From 043ed3a91f74246fbc2e4a1a8fea38cb61d7d68a Mon Sep 17 00:00:00 2001 From: Gus Heck <46900717+gus-asf@users.noreply.github.com> Date: Thu, 29 Apr 2021 00:23:15 -0400 Subject: [PATCH] LUCENE-9572 adjust changes entry (#112) --- lucene/CHANGES.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index d98c5bc4bbf..4eed756ccd1 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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)