On Fri, Jun 19, 2009 at 12:43 PM, Dmitry Lizorkin<lizor...@ispras.ru> wrote:

> In the meantime, does there exist any workaround for the current version
> 2.4.1 we're using?

Iterate over all ints from 0 .. IndexReader.maxDoc() (exclusive) and
call IndexReader.isDeleted?

Open a read-only IndexReader if possible, so isDeleted won't be synchronized.

Mike

---------------------------------------------------------------------
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