RE: sanity check - large, long running index updates and concurrent read-only service

2005-05-11 Thread Naomi Dushay
It's my impression that with optimize running so long, there will be a significant period of time (many minutes) when the old IndexReader will not be able to find the segment/documents it needs. Am I wrong about that? - Naomi Could you explain why you need to copy the index? It doesn't seem

Re: sanity check - large, long running index updates and concurrent read-only service

2005-05-11 Thread Yonik Seeley
When created, an IndexReader opens all the segment files and hangs onto them. Any updates to the index through an IndexWriter (including commit and optimize) will not affect already open IndexReaders. -Yonik On 5/11/05, Naomi Dushay [EMAIL PROTECTED] wrote: It's my impression that with optimize