Update changelog with note about BM25FQuery.

This commit is contained in:
Julie Tibshirani 2021-02-04 13:57:11 -08:00
parent d83a17490d
commit 75755c837c
1 changed files with 3 additions and 2 deletions

View File

@ -261,7 +261,6 @@ API Changes
New Features
---------------------
(No changes)
* LUCENE-9537: Added smoothingScore method and default implementation to
Scorable abstract class. The smoothing score allows scorers to calculate a
@ -279,7 +278,9 @@ New Features
Improvements
---------------------
(No changes)
* LUCENE-9725: BM25FQuery was extended to handle similarities beyond BM25Similarity. It
was renamed to CombinedFieldQuery to reflect its more general scope. (Julie Tibshirani)
Optimizations
---------------------