Hallo, When I try to use this to remove several documents from the index --------------------------------------------------------------------- indexReader.open(index); while (!removeStack.empty()) { int hitId = ((Integer)(removeStack.pop())).intValue(); indexReader.delete(hitId); } indexReader.close(); ---------------------------------------------------------------------
I get --------------------------------------------------------------------- java.io.IOException with message: IndexReader out of date and no longer valid for delete, undelete, or setNorm operations --------------------------------------------------------------------- What's the problem? Greetings, Dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]