Honeslty the only case where the score in percentage could make sense, is
for the More Like This.
In that case Solr should provide that feature as we perfectly know that the
100 % similar score is a copy of the seed document.

If I am right, because of the MLT implementation, not taking care of the
identity score, we are getting there weird scores as well.
Maybe in there is the only place I would prefer a percentage.

Cheers

2015-05-26 16:23 GMT+01:00 Zheng Lin Edwin Yeo <edwinye...@gmail.com>:

> Currently I've take the score that I get from Solr, and divide it by the
> maxScore, and multiply it by 100 to get the percentage. All these are done
> on the coding for the UI. The user will only see the percentage and will
> not know anything about the score. Since the score by itself is
> meaningless, so I don't think I should display that score of like 1.7 or
> 0.2 on the UI, which could further confuse the user and raise alot more
> questions.
>
> Regards,
> Edwin
>
>
>
> On 26 May 2015 at 23:07, Shawn Heisey <apa...@elyograg.org> wrote:
>
> > On 5/26/2015 8:10 AM, Zheng Lin Edwin Yeo wrote:
> > > We want the user to see how relevant the result is with respect to the
> > > search query entered, and not how "good" the results are.
> > > But I suspect a problem is that the 1st record will always be 100%,
> > > regardless of what is the score, as the 1st record score will always be
> > > equals to the maxScore.
> >
> > If you want to give your users *something* then simply display the score
> > that you get from Solr.  I recommend that you DON'T give them maxScore,
> > because they will be tempted to make the percentage calculation
> > themselves to try and find meaning where there is none.  A clever user
> > will be able to figure out maxScore for themselves simply by sorting on
> > relevance and looking at the score on the top doc.
> >
> > When you get questions about what the number means, and you *WILL* get
> > those questions, you can tell them that the number itself is meaningless
> > and what matters is how the scores within a single result compare to
> > each other -- exactly what you have been told here.
> >
> > Thanks,
> > Shawn
> >
> >
>



-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to