LUCENE-9574 adjust changes entry

This commit is contained in:
Gus Heck 2021-04-27 23:13:11 -04:00
parent 45bd06c804
commit 0c33e621f9
1 changed files with 2 additions and 2 deletions

View File

@ -315,6 +315,8 @@ API Changes
New Features
---------------------
* LUCENE-9574 A token filter to drop tokens that match all specified flags. (Gus Heck, Uwe Schindler)
* LUCENE-9537: Added smoothingScore method and default implementation to
Scorable abstract class. The smoothing score allows scorers to calculate a
score for a document where the search term or subquery is not present. The
@ -395,8 +397,6 @@ Bug Fixes
New Features
---------------------
* LUCENE-9574 A token filter to drop tokens that match all specified flags. (Gus Heck, Uwe Schindler)
* LUCENE-9572: TypeAsSynonymFilter has been enhanced support ignoring some types, and to allow
the generated synonyms to copy some or all flags from the original token (Gus Heck).