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/05/13 00:47:56 UTC

[lucene] branch main updated: LUCENE-9575 add missing 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 ad43841  LUCENE-9575 add missing changes entry
ad43841 is described below

commit ad43841daf84605698cd4650ab1211d9ee1e2299
Author: Gus Heck <gu...@apache.org>
AuthorDate: Wed May 12 20:47:12 2021 -0400

    LUCENE-9575 add missing changes entry
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index bc34e2f..0a507ca 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -330,6 +330,9 @@ API Changes
 New Features
 ---------------------
 
+* LUCENE-9575: PatternTypingFilter has been added to allow setting a type attribute on tokens based on
+  a configured set of regular expressions (Gus Heck).
+
 * 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).