Re: score customization

2007-11-17 Thread Yonik Seeley
On Nov 15, 2007 11:06 AM, Jae Joo <[EMAIL PROTECTED]> wrote: > I am looking for the way to get the score - only hundredth - ex. > 4.09something like that. > Currently, it has 7 decimal digits. 1.8032384 If you want to display scores only to the hundredths place, simply do that in your client. Ther

RE: Score customization

2007-10-29 Thread Victoria Kaganski
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 4:42 PM To: solr-user@lucene.apache.org Subject: Re: Score customization Victoria, Either use FunctionQuery's or hack around HitCollector.collect(int, float) in SolrIndexSearcher...and adjust the score using the additional value

Re: Score customization

2007-10-25 Thread Otis Gospodnetic
Victoria, Either use FunctionQuery's or hack around HitCollector.collect(int, float) in SolrIndexSearcher...and adjust the score using the additional values you mentioned. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Victoria Kaganski <[EM