Hi

I am using NRT search with the SearcherManager class. When the user elects to delete some documents, writer.deleteDocuments(terms) is called.

The problem is that deletes are not immediately visible. What does it take to make them so? Even after calling commit(), the deleted documents are still returned.

What is the recommended way to obtain a near realtime search result that immediately reflect all deleted documents?

Much appreciate

Jamie





---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to