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/28 03:13:57 UTC

[lucene] branch main updated: LUCENE-9574 adjust changes entry

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 0c33e62  LUCENE-9574 adjust changes entry
0c33e62 is described below

commit 0c33e621f9b9da18a996a45bde6ef59e97150f23
Author: Gus Heck <gu...@apache.org>
AuthorDate: Tue Apr 27 23:13:11 2021 -0400

    LUCENE-9574 adjust changes entry
---
 lucene/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 566531f..59e678c 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -315,6 +315,8 @@ API Changes
 New Features
 ---------------------
 
+* 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
   Scorable abstract class.  The smoothing score allows scorers to calculate a
   score for a document where the search term or subquery is not present.  The
@@ -395,8 +397,6 @@ Bug Fixes
 New Features
 ---------------------
 
-* LUCENE-9574 A token filter to drop tokens that match all specified flags. (Gus Heck, Uwe Schindler)
-
 * 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).