16 okt 2007 kl. 13.07 skrev sandeep chawla:

While calculating the lengthnorm- there is a precision-loss.
http://lucene.apache.org/java/docs/scoring.html#Score%20Boosting
How to avoid the precision loss?

You replace the use of bytes to floats when storing the norms (DocumentsWriter) in the file and accessing them via the IndexReader, plus all aggregated use of the use of byte-norms from the IndexReader. Search for use of Similarity.en/deccodeNorm()


--
karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to