On Tue, May 19, 2009 at 8:50 AM, Robert Muir <rcm...@gmail.com> wrote:
> in my tests the problem seemed to boil down to iteration of a sparse
> openbitset... so maybe the filter approach is still an option but when #
> docs is small some other doc id set impl is used?

Directly using the BooleanQuery skips any intermediate step of filter
creation, so this should be fastest when the number of terms is small.

-Yonik

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