File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,8 @@ API Changes
315
315
New Features
316
316
---------------------
317
317
318
+ * LUCENE-9574 A token filter to drop tokens that match all specified flags. (Gus Heck, Uwe Schindler)
319
+
318
320
* LUCENE-9537: Added smoothingScore method and default implementation to
319
321
Scorable abstract class. The smoothing score allows scorers to calculate a
320
322
score for a document where the search term or subquery is not present. The
@@ -395,8 +397,6 @@ Bug Fixes
395
397
New Features
396
398
---------------------
397
399
398
- * LUCENE-9574 A token filter to drop tokens that match all specified flags. (Gus Heck, Uwe Schindler)
399
-
400
400
* LUCENE-9572: TypeAsSynonymFilter has been enhanced support ignoring some types, and to allow
401
401
the generated synonyms to copy some or all flags from the original token (Gus Heck).
402
402
You can’t perform that action at this time.
0 commit comments