Thursday, 15 March 2012

java - Using Hibernate-Search with ONE central index -



java - Using Hibernate-Search with ONE central index -

i wonder, if possible configure hsearch there bei 1 central index located on server?

because many developers in our team much improve work same data...

but when seek configure hsearch "indexbase=http//my-path-to-index-folder", doesn't work because changes "path/to/vm-directory/http//my-path-to-index-folder" tell me how configure hib-search every teammember work same index?

thanks in advance!

indexes in hibernate search not identified using url. indexbase attribute meant point specific filesystem path. filesystem reside on network share, share index across team.

generally speaking though team of developers have independent indexes in local machine - , independent database - can run tests without interfering each other's experiments.

for production deployment, index shared across multiple servers using infinispan storage or master/slave approach using jms queues.

java hibernate lucene indexing hibernate-search

No comments:

Post a Comment