Mike,

There is nothing that exposes per-field scores in Solr and not even in Lucene, 
but if you want per-field scores I'd recommend looking at Lucene Scorer & 
friends first.  See also http://lucene.apache.org/java/2_4_0/scoring.html

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: mcox <stabup...@hotmail.com>
> To: solr-user@lucene.apache.org
> Sent: Tuesday, December 30, 2008 7:48:28 PM
> Subject: Associating scores with fields?
> 
> 
> Hi,
> 
> I'd like to get scores for all fields within my returned docs. My current
> solution is to parse the debug information but because I often have multiple
> fields with the same name this doesn't always work too well.
> 
> Is there a way to get something to the effect of: 
> 
> 
> Thanks,
> 
> Mike
> -- 
> View this message in context: 
> http://www.nabble.com/Associating-scores-with-fields--tp21225634p21225634.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to