On Tue, Jul 14, 2009 at 7:04 PM, eks dev<eks...@yahoo.co.uk> wrote:
>
> I do not know exactly why, but
> when I BooleanQuery.setAllowDocsOutOfOrder(true); I have the problem, but 
> with setAllowDocsOutOfOrder(false);  no problems whatsoever

That toggles between using BooleanScorer vs BooleanScorer2.

The odd thing is it's especially queries like yours (many OR'd terms)
that BooleanScorer's peformance should shine compared to
BooleanScorer2.

Yet you're seeing something weird happening w/ BooleanScorer.

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