-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.0
-
Component/s: modules/analysis
-
Labels:None
-
Lucene Fields:New
This is a followup of LUCENE-7854. This will add a simple TokenFilter like DelimitedPayloadTokenFilter that can be used to index a custom term frequency: "token|5" will be index token "token" with a term freq of 5. The effect is the same as adding the token 5 times by a "repeat token filter".
- relates to
-
LUCENE-7854 Indexing custom term frequencies
-
- Resolved
-