From b3b8344a720f8f7df34523126a46fb95fd1661e7 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 9 Jun 2017 23:56:24 +0200 Subject: [PATCH] LUCENE-7866: Add a new DelimitedTermFrequencyTokenFilter that allows to mark tokens with a custom term frequency (2nd commit to fix issue number) --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 12e50001a97..05dc0f83d1d 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -21,8 +21,8 @@ New Features * LUCENE-7866: Add a new DelimitedTermFrequencyTokenFilter that allows to mark tokens with a custom term frequency (LUCENE-7854). It parses a numeric value after a separator char ('|') at the end of each token and changes - the term frequency to this value. (Uwe Schindler, Robert Muir, - Mike McCandless) + the term frequency to this value. (Uwe Schindler, Robert Muir, Mike + McCandless) API Changes