Package org.elasticsearch.index.analysis
Class AbstractTokenFilterFactory
java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.analysis.AbstractTokenFilterFactory
- All Implemented Interfaces:
TokenFilterFactory
,IndexComponent
- Direct Known Subclasses:
HunspellTokenFilterFactory
,ShingleTokenFilterFactory
,StopTokenFilterFactory
public abstract class AbstractTokenFilterFactory
extends AbstractIndexComponent
implements TokenFilterFactory
-
Field Summary
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger
Fields inherited from interface org.elasticsearch.index.analysis.TokenFilterFactory
IDENTITY_FILTER
-
Constructor Summary
ConstructorDescriptionAbstractTokenFilterFactory(IndexSettings indexSettings, String name, Settings settings)
-
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.TokenFilterFactory
breaksFastVectorHighlighter, create, getAnalysisMode, getChainAwareTokenFilterFactory, getSynonymFilter, normalize
-
Constructor Details
-
AbstractTokenFilterFactory
-
-
Method Details
-
name
- Specified by:
name
in interfaceTokenFilterFactory
-