Cam Bazz wrote:

I am still in trouble deleting documents.

OK but 2.3.3 isn't going to help you here -- it doesn't change anything about deletion of docs.

Appearently - when an indexwriter and searcher is open at the same directory
- you can not delete documents with ids.

If you need to delete by doc id, this is true. You must close your IndexWriter before attempting the delete from an IndexReader, and vice/ versa.

Can you delete by query instead?  That you can do from IndexWriter.

Mike



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

Reply via email to