RE: document delete after reader.close()

2007-07-09 Thread Boeckli, Dominique
*searcher* is closed and re-opened. Which sounds suspiciously like what would happen when the thread terminates. This may be totally off base, but sounds like a place to look... Best Erick On 7/6/07, Boeckli, Dominique <[EMAIL PROTECTED]> wrote: > > > Hello, > > i have follow

document delete after reader.close()

2007-07-06 Thread Boeckli, Dominique
Hello, i have following problem: I have written a Lucene JCA Connector which also taking care of the index maintenance. From time to time the connector is called (time initiated) and verifies if the index still is in synch with the filesystem (deleted, added or updated documents). If something c