On Tue, 2004-11-16 at 14:57, Luke Shannon wrote:
> This is the latest error I have received:
> 
> IndexReader out of date and no longer valid for delete, undelete, or setNorm
> operations

What you need to do is check the version number of the index to
determine if you need to open a new IndexReader for deletes. Remember,
this must be synchronized with the same lock you are using to control
access to the index for locks.

Luke


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

Reply via email to