Re: Integrity of Lucene

2006-06-02 Thread Daniel Naber
On Freitag 02 Juni 2006 15:46, Dan Wiggin wrote: > Everytime that I do any add or delete elements in my Index I don't have > to close my searcher and reopen to update this. See IndexModifier for how to mix deletions and adds. But you still need to re-open your searchers. Regards Daniel -- ht

Integrity of Lucene

2006-06-02 Thread Dan Wiggin
I read about concurrency in Lucene but I'm not sure to understand well. I can't do operations of delete and add simultaniouslly.If I've a writer that I'm using to add new docs, I can't delete anything in Lucene index until I close my opened writer. Or perhaps Did not close my writer? Everytime tha