Package org.elasticsearch.index.analysis
Interface NormalizingCharFilterFactory
- All Superinterfaces:
CharFilterFactory
A CharFilterFactory that also supports normalization
The default implementation of
normalize(Reader) delegates to
CharFilterFactory.create(Reader)-
Method Summary
Methods inherited from interface org.elasticsearch.index.analysis.CharFilterFactory
create, name
-
Method Details
-
normalize
- Specified by:
normalizein interfaceCharFilterFactory
-