Just to confirm: Luc's suggestion to use two readers (one for the query,
one for the deletes), works:

      IndexReader r = IndexReader.open(iD);
      IndexSearcher s = new IndexSearcher(iD); --> instead of new
IndexSearcher(r)

-carlo

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

Reply via email to