> However, one problem I don't know how to solve is
> Weight.sumOfSquares(), which needs to know the idf of every single
> term, before the scorer is even created!

Darn, even if one leaves out idf(), Weight.sumOfSquares() still
depends on the number of terms in the query.  I guess it's not
possible to match the score of BooleanQuery without first iterating
over all terms in the Weight?

-Yonik
Now hiring -- http://forms.cnet.com/slink?231706

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to