Paulo Silveira wrote:

Chris,

I really would like only this extra files, but I have the same problem here.

If I interrupt my IndexWriter with a kill signal, must of the time I
will be left with a lock file AND corrupted index files (the searcher
will throw some IllegalStateExceptions after the lock file is
deleted).
I have found that if I send a HUP it shuts down cleanly and leaves no lock file (assuming you're on a *nix machine)

kill -HUP [pid]

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

Reply via email to