On Sunday 22 May 2005 13:12, Karl Wright wrote: > The BooleanScorer2 code in the svn trunk looks like it has been entirely rewritten over the code that this submission is based upon (which was the 1.4.3 stuff). The techniques used may still be applicable, but would apply within one or more of the specialized scorers instead: DisjunctionScorer, ReqOptScorer, etc.
The most interesting scorer is DisjunctionScorer, and I posted your code in bugzilla at bug 34193 to compare to that. The other scorers already use skipTo on their subqueries for performance. Some more remarks: This could also be considered as a complete replacement of the rewritten code because of the simplicity of the implementation. There is a recent thread on constant scoring queries for which the subscorers can used one by one. Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]