How to get similarity score between 0 and 1 not relative score

2013-10-30 Thread sushil sharma
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

Re: How to get similarity score between 0 and 1 not relative score

2013-10-31 Thread sushil sharma
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