You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2021/04/29 04:25:04 UTC

[lucene] branch main updated: LUCENE-9572 adjust changes entry (#112)

This is an automated email from the ASF dual-hosted git repository.

gus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 043ed3a  LUCENE-9572 adjust changes entry (#112)
043ed3a is described below

commit 043ed3a91f74246fbc2e4a1a8fea38cb61d7d68a
Author: Gus Heck <46...@users.noreply.github.com>
AuthorDate: Thu Apr 29 00:23:15 2021 -0400

    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 d98c5bc..4eed756 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)