| Package | Description |
|---|---|
| org.apache.lucene.analysis.charfilter |
Normalization of text before the tokenizer.
|
| Modifier and Type | Field and Description |
|---|---|
protected NormalizeCharMap |
MappingCharFilterFactory.normMap |
| Modifier and Type | Method and Description |
|---|---|
NormalizeCharMap |
NormalizeCharMap.Builder.build()
Builds the NormalizeCharMap; call this once you
are done calling
NormalizeCharMap.Builder.add(java.lang.String, java.lang.String). |
| Constructor and Description |
|---|
MappingCharFilter(NormalizeCharMap normMap,
Reader in)
Default constructor that takes a
Reader. |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.