Lucene directory copy - master copy to local index

2009-06-20 Thread Amin Mohammed-Coleman
Hi I am prototyping the following situation: 1) Multiple nodes in a cluster 2) Each node has a local index 3) Search requests are maded against the local index 4) Index updates are sent to a JMS where a master process adds document to index 5) Each node is configured to check whether the local ind

Re: Synchronizing Lucene indexes across 2 application servers

2009-06-20 Thread Ken Krugler
I've a web application which uses Lucene for search functionality. Lucene search requests are served by web services sitting on 2 application servers (IIS 7).The 2 application servers are Load balanced using "netscaler". Both these servers have a batch job running which updates search indexes on

Re: Lucene directory copy - master copy to local index

2009-06-20 Thread Otis Gospodnetic
Hi Amin, Have a look at Solr, it may be what you are after: http://lucene.apache.org/solr/ Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Amin Mohammed-Coleman > To: java-user@lucene.apache.org > Sent: Saturday, June 20, 2009 1:32:18 P