John G wrote:
I have an index with a particular document marked as deleted. If I use the
search method that returns TopDocs and that deleted document satisfies the
search criteria, will it be included in the returned TopDocs object even
though it has been marked as deleted?

Thanks in advance.

John G.
Nope. It will still be loaded in the field cache and used for corpus statistics I believe, but it won't be returned in search results, no matter which search method on searcher you are using.

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

Reply via email to