| Package | Description |
|---|---|
| org.apache.lucene.analysis.icu |
Analysis components based on ICU
|
| Class and Description |
|---|
| ICUNormalizer2Filter
Normalize token text with ICU's
Normalizer2
With this filter, you can normalize text in the following ways:
NFKC Normalization, Case Folding, and removing Ignorables (the default)
Using a standard Normalization mode (NFC, NFD, NFKC, NFKD)
Based on rules from a custom normalization mapping. |