mirror of https://github.com/apache/lucene.git
Update changelog with note about BM25FQuery.
This commit is contained in:
parent
d83a17490d
commit
75755c837c
|
@ -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
|
||||
---------------------
|
||||
|
|
Loading…
Reference in New Issue