Package org.elasticsearch.index.analysis
Class AbstractCharFilterFactory
java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.analysis.AbstractCharFilterFactory
- All Implemented Interfaces:
CharFilterFactory
,IndexComponent
public abstract class AbstractCharFilterFactory
extends AbstractIndexComponent
implements CharFilterFactory
-
Field Summary
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger
-
Constructor Summary
-
Method Summary
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
getIndexSettings, index
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.index.analysis.CharFilterFactory
create, normalize
-
Constructor Details
-
AbstractCharFilterFactory
-
-
Method Details
-
name
- Specified by:
name
in interfaceCharFilterFactory
-