Yes I would want to return the docFreq for each term, in the header or something of the /select XML result?
----- Original Message ---- From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-dev@lucene.apache.org Sent: Thursday, May 18, 2006 7:08:41 PM Subject: Re: Making RemoteSearchable like client for Solr 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