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
[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
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