You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2021/08/13 18:47:57 UTC

[lucene] branch main updated: LUCENE-10008: add CHANGES entry

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

mikemccand 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 b18f714  LUCENE-10008: add CHANGES entry
b18f714 is described below

commit b18f714096c3f8a2614bddd8b62c3e808390f7a1
Author: Mike McCandless <mi...@apache.org>
AuthorDate: Fri Aug 13 14:47:53 2021 -0400

    LUCENE-10008: add CHANGES entry
---
 lucene/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e491e8e..23d5116 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -445,6 +445,8 @@ Bug Fixes
 * LUCENE-9963: FlattenGraphFilter is now more robust when handling
   incoming holes in the input token graph (Geoff Lawson)
 
+* LUCENE-10008: Respect ignoreCase in CommonGramsFilterFactory (Vigya Sharma)
+
 Other
 ---------------------
 (No changes)