DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20461>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20461 scores not from 0 to 1, not consistant with HitCollector [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-06-04 17:07 ------- Scores from Hits are normalized so that the top score is never greater than 1.0. Scores passed to a HitCollector are raw. It is very possible in Lucene to get scores that are greater than 1.0. This bothers some folks, so Hits hides it, however it's very difficult to efficiently hide it from a HitCollector. If anything, this is a documentation bug. Things are working as intended. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
