From ad43841daf84605698cd4650ab1211d9ee1e2299 Mon Sep 17 00:00:00 2001 From: Gus Heck Date: Wed, 12 May 2021 20:47:12 -0400 Subject: [PATCH] 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 bc34e2f446b..0a507cab55a 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).