-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: master (9.0), 8.2
-
Component/s: None
-
Labels:None
-
Lucene Fields:New
This is the same issue that I mentioned to https://github.com/elastic/elasticsearch/issues/41401#event-2293189367
unlike standard analyzer, nori analyzer removes the decimal point.
nori tokenizer removes "." character by default.
In this case, it is difficult to index the keywords including the decimal point.
It would be nice if there had the option whether add a decimal point or not.
Like Japanese tokenizer does, Nori need an option to preserve decimal point.
- relates to
-
LUCENE-8812 add KoreanNumberFilter to Nori(Korean) Analyzer
-
- Closed
-