mirror of https://github.com/apache/lucene.git
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:
parent
5844ed4ac9
commit
b3b8344a72
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue