Package org.elasticsearch.index.analysis
Class HunspellTokenFilterFactory
java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.analysis.AbstractTokenFilterFactory
org.elasticsearch.index.analysis.HunspellTokenFilterFactory
- All Implemented Interfaces:
TokenFilterFactory
,IndexComponent
-
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
ConstructorDescriptionHunspellTokenFilterFactory(IndexSettings indexSettings, String name, Settings settings, HunspellService hunspellService)
-
Method Summary
Methods inherited from class org.elasticsearch.index.analysis.AbstractTokenFilterFactory
name
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, getAnalysisMode, getChainAwareTokenFilterFactory, getSynonymFilter, normalize
-
Constructor Details
-
HunspellTokenFilterFactory
public HunspellTokenFilterFactory(IndexSettings indexSettings, String name, Settings settings, HunspellService hunspellService)
-
-
Method Details
-
create
public org.apache.lucene.analysis.TokenStream create(org.apache.lucene.analysis.TokenStream tokenStream) -
dedup
public boolean dedup() -
longestOnly
public boolean longestOnly()
-