Hi. Whats the best practices to setup index with multiple servers?
I have found the following alternatives, today I use alternative 1 but its problematic to made all index up2date with multiple instance of the application. 1, Run the index on each machine and also update/rebuild the index on each machine 2, Run index writing task on one machine and replicate the committed content to the other machines 3, Let all machines have one index-location, one machine will be responsible to update index. Should it be some problem to run this through samba share? 4, Let all machines have one index-location, all machines will be responsible to update index with local changes. 5, Let all machines have one index-location, all machines will send changes to an "change-service" that will commit the change into index. Whats the best choice to start trying to get working? I found the link http://wiki.apache.org/lucene-java/NearRealtimeSearch, will that work for an index with multiple source that made updates? // Patric
