LUCENE-7866: Add a new DelimitedTermFrequencyTokenFilter that allows to mark tokens with a custom term frequency (2nd commit to fix issue number)

This commit is contained in:
Uwe Schindler 2017-06-09 23:56:24 +02:00
parent 5844ed4ac9
commit b3b8344a72
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ New Features
* LUCENE-7866: Add a new DelimitedTermFrequencyTokenFilter that allows to * LUCENE-7866: Add a new DelimitedTermFrequencyTokenFilter that allows to
mark tokens with a custom term frequency (LUCENE-7854). It parses a numeric 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 value after a separator char ('|') at the end of each token and changes
the term frequency to this value. (Uwe Schindler, Robert Muir, the term frequency to this value. (Uwe Schindler, Robert Muir, Mike
Mike McCandless) McCandless)
API Changes API Changes