jtibshirani opened a new pull request #2293:
URL: https://github.com/apache/lucene-solr/pull/2293


   From a high level, BM25FQuery (1) computes statistic that represent the 
combined
   field content and (2) passes these to a score function. This model makes 
sense
   for many similarities besides BM25.
   
   This PR unhardcodes BM25Similarity in BM25FQuery and instead uses the one
   configured on IndexSearcher. It also renames BM25FQuery since it's no longer
   specific to BM25.


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to