Hibernate Team |
|
Joined: Sat Jan 24, 2009 12:46 pm Posts: 388
|
Hi,
One option e.g. would be to use the JMS backend which will route all index updates from all your clients to a single master that does the actual index write. Then use the directory implementation which copies index data regularly to slaves (filesystem-master/filesystem slave) or the Infinispan directory implementation which will make index changes instantly visible to all nodes.
Take a look at the sections "worker configuration" (https://docs.jboss.org/hibernate/search/5.5/reference/en-US/html_single/#configuration-worker) and "directory configuration (https://docs.jboss.org/hibernate/search/5.5/reference/en-US/html_single/#search-configuration-directory) in the reference guide.
Hth,
--Gunnar
_________________ Visit my blog at http://musingsofaprogrammingaddict.blogspot.com/
|
|