Re: lucene index in a cluster.

2007-10-18 Thread Otis Gospodnetic
ce <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wednesday, October 17, 2007 5:56:43 PM Subject: lucene index in a cluster. Hi All! We use lucene 2.0.0 as the search index of our portal (liferay based) and are trying to use it correctly in a cluster... I'm very foggy on weth

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

lucene index in a cluster.

2007-10-17 Thread Alexander Wallace
Hi All! We use lucene 2.0.0 as the search index of our portal (liferay based) and are trying to use it correctly in a cluster... I'm very foggy on wether i should share the index file using NFS (the servers run linux) or wether we should try the jdbc store... We currently have the index i