Package org.apache.lucene.analysis
Class NormalizeCharMap
- java.lang.Object
-
- org.apache.lucene.analysis.NormalizeCharMap
-
public class NormalizeCharMap extends Object
Holds a map of String input to String output, to be used withMappingCharFilter
.
-
-
Constructor Summary
Constructors Constructor Description NormalizeCharMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String singleMatch, String replacement)
Records a replacement to be applied to the inputs stream.
-