You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/11/28 09:33:12 UTC

[GitHub] [lucene-solr] jpountz opened a new pull request #1043: LUCENE-9071: Speed up BM25 scores.

jpountz opened a new pull request #1043: LUCENE-9071: Speed up BM25 scores.
URL: https://github.com/apache/lucene-solr/pull/1043
 
 
   The approach of this change is to try to detect when computing the tf component
   of the BM25 score would return the same result in float and double space. In
   order to make this condition likely, it trades little precision from the norm
   by rounding to the nearest float that has 10 trailing zeros.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org