Re: Logic of score method in hits class

2004-07-27 Thread lingaraju
: Doug Cutting [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:37 PM Subject: Re: Logic of score method in hits class Lucene scores are not percentages. They really only make sense compared to other scores for the same query. If you like percentages, you can

Logic of score method in hits class

2004-07-26 Thread lingaraju
Dear All How the score method works(logic) in Hits class For 100% match also score is returning only 69% Thanks and regards Raju

Re: Logic of score method in hits class

2004-07-26 Thread Doug Cutting
Lucene scores are not percentages. They really only make sense compared to other scores for the same query. If you like percentages, you can divide all scores by the first score and multiply by 100. Doug lingaraju wrote: Dear All How the score method works(logic) in Hits class For 100% match