Hi,
We have a requirement where user would like to see a score (between 0 to 1)
which can tell how close the input search string is with result string. So if
input was very close but not exact matach, score could be .90 etc.
I do understand that we can get score from solr & divide by highest
i Susheel,
Have a look at this: http://wiki.apache.org/lucene-java/ScoresAsPercentages
You may really want to reconsider doing that.
On Thu, Oct 31, 2013 at 9:41 AM, sushil sharma wrote:
Hi,
>
>We have a requirement where user would like to see a score (between 0 to 1)
>which