On Fri, Jun 19, 2009 at 12:43 PM, Dmitry Lizorkin<[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to