On Jun 17, 2004, at 1:25 PM, Don Vaillancourt wrote:
But does Lucene handle updating a collection while it is being searched.

Yes. An IndexSearcher has a view of the index at the time it was instantiated, so dump that instance and re-instantiate to search the new documents.


        Erik


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



Reply via email to