LUCENE-9572 adjust changes entry (#112)

This commit is contained in:
Gus Heck 2021-04-29 00:23:15 -04:00 committed by GitHub
parent c49bfb8e01
commit 043ed3a91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -318,6 +318,9 @@ API Changes
New Features
---------------------
* 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).
* 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
@ -400,10 +403,6 @@ Bug Fixes
New Features
---------------------
* 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).
* LUCENE-9552: New LatLonPoint query that accepts an array of LatLonGeometries. (Ignacio Vera)
* LUCENE-9641: LatLonPoint query support for spatial relationships. (Ignacio Vera)