Re: opening index readers and writers to keep indexes updated

2006-02-09 Thread Otis Gospodnetic
ction, check out Concurrency Rules, section 2.9.1: http://www.lucenebook.com/search?query=concurrency+rules Otis - Original Message From: Paulo Silveira <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thu 09 Feb 2006 10:59:17 AM EST Subject: opening index readers and writ

opening index readers and writers to keep indexes updated

2006-02-09 Thread Paulo Silveira
Hello everybody. I have a big index that will be stored in the FS. I have lots of updates, insertions and deletions in the index, and I would like to minimize the number of "phatom reads". I ve seen in the wiki this link: http://wiki.apache.org/jakarta-lucene/UpdatingAnIndex So, what about my i