Re: lucene index in a cluster.

2007-10-18 Thread Otis Gospodnetic
Alexander, I'd stay away from NFS (slow). It sounds like you'd benefit from moving from vanilla Lucene to Solr that your app(s) could query from different boxes. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Alexander Wallace <[EMAIL PROTEC

Re: lucene index in a cluster.

2007-10-17 Thread Chris Lu
http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/index/IndexDeletionPolicy.html This only works for Lucene 2.2 and later, not available if you need to used Lucene 2.0. -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Application site: http://www.db

Re: lucene index in a cluster.

2007-10-17 Thread Alexander Wallace
Thanks a lot for the response! Is there some special config that needs to be done to share the locks or just point both servers to the same location ? Pointers to docs would help a great deal too... Thanks again! On Oct 17, 2007, at 5:54 PM, Chris Lu wrote: To my experience from a project,

Re: lucene index in a cluster.

2007-10-17 Thread Chris Lu
To my experience from a project, using software DBSight, Lucene runs well on a SAN environment. No experience of a NFS, but I know many indexing errors caused by NFS. Maybe the new index delete policy helps in latest version of Lucene. -- Chris Lu - Instant Scalable Full-T