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. <float name="score">1.8032384</float>

If you want to display scores only to the hundredths place, simply do
that in your client.
There's not a good reason to try and add this to solr... saving 5
bytes per document wouldn't be worth it.

-Yonik

Reply via email to