mirror of https://github.com/apache/lucene.git
LUCENE-9572 adjust changes entry (#112)
This commit is contained in:
parent
c49bfb8e01
commit
043ed3a91f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue