On 5/18/06, jason rutherglen <[EMAIL PROTECTED]> wrote:
> If you query for "x OR y", the doc score you get will be a combination
of the doc score for x and the doc score for y. After you have the
document score for the complete query, you can't adjust the IDF for
just one of the terms because you don't know the individual scores for
x and y anymore.
Can the /select call return the IDFs for each individual term in the XML result?
Not currently.
I think you would want to return docFreq(), the raw document frequency.
-Yonik