Re: lucene score and float precision

2009-05-01 Thread Chris Hostetter
: in some cases we have the problem that for a document the ScoreDoc score : differs at the last digit of the float from the score reported by the : explanation functionality of lucene. For example: : : ScoreDoc: 16.770466 -- Explanation: 16.770468 = (MATCH) sum of: ... : ScoreDoc: 21.118656 --

lucene score and float precision

2009-04-29 Thread Jan Paetzold
Hi, in some cases we have the problem that for a document the ScoreDoc score differs at the last digit of the float from the score reported by the explanation functionality of lucene. For example: ScoreDoc: 16.770466 -- Explanation: 16.770468 = (MATCH) sum of: ... ScoreDoc: 21.118656 -- Explanat