Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1
-
None
-
New, Patch Available
Description
While there are separate Case Folding, Normalization, and Ignorable-removal filters in LUCENE-1488,
the new ICU Normalizer2 API does this all at once with nfkc_cf (based on the new NFKC_Casefold property in Unicode).
This is great, because it provides a ton of unicode functionality that is really needed.
And the new Normalizer2 API takes CharSequence and writes to Appendable...
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-1488 multilingual analyzer based on icu
- Closed