> From: Kelvin Tan [mailto:[EMAIL PROTECTED]]
> 
> In the case where indexing takes a non-trivial amount of 
> time, what is the expected behaviour when a search is 
> performed while indexing is still going on? 

Once an IndexReader is open, no actions on an IndexWriter should affect it.
Adding documents in another thread or process will not affect search results
until a new IndexReader is opened.  Searching and indexing may proceed
simultaneously.

Doug

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to