On Tue, Jul 14, 2009 at 7:04 PM, eks dev<[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
