mirror of https://github.com/apache/lucene.git
LUCENE-9574 adjust changes entry
This commit is contained in:
parent
45bd06c804
commit
0c33e621f9
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue