On Thu, Jun 4, 2009 at 9:37 AM, Mark Miller <markrmil...@gmail.com> wrote:
> I was thinking you have a read-only snapshot to check on the deletes though.
> Another thread
> can't do a delete with that Reader, and if they are doing it on another
> Reader, it wouldn't
> affect the snapshot the read-only Reader had opened?

That would work, but it still comes back to the same thing, right?  If
you want to avoid calling isDeleted() then just check hasDeletions()
regardless of if the reader is readOnly.

-Yonik
http://www.lucidimagination.com

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

Reply via email to