Uses of Class
org.apache.lucene.analysis.hunspell.Dictionary
-
Packages that use Dictionary Package Description org.apache.lucene.analysis.hunspell org.elasticsearch.indices.analysis org.elasticsearch.plugins -
-
Uses of Dictionary in org.apache.lucene.analysis.hunspell
Constructors in org.apache.lucene.analysis.hunspell with parameters of type Dictionary Constructor Description HunspellStemFilter(TokenStream input, Dictionary dictionary)Create aHunspellStemFilteroutputting all possible stems.HunspellStemFilter(TokenStream input, Dictionary dictionary, boolean dedup)Create aHunspellStemFilteroutputting all possible stems.HunspellStemFilter(TokenStream input, Dictionary dictionary, boolean dedup, boolean longestOnly)Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided Dictionary -
Uses of Dictionary in org.elasticsearch.indices.analysis
Methods in org.elasticsearch.indices.analysis that return Dictionary Modifier and Type Method Description DictionaryHunspellService. getDictionary(String locale)Returns the hunspell dictionary for the given locale.Methods in org.elasticsearch.indices.analysis that return types with arguments of type Dictionary Modifier and Type Method Description NamedRegistry<Dictionary>AnalysisModule. setupHunspellDictionaries(List<AnalysisPlugin> plugins)Constructor parameters in org.elasticsearch.indices.analysis with type arguments of type Dictionary Constructor Description HunspellService(Settings settings, Environment env, Map<String,Dictionary> knownDictionaries) -
Uses of Dictionary in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type Dictionary Modifier and Type Method Description default Map<String,Dictionary>AnalysisPlugin. getHunspellDictionaries()Override to add additional hunspellDictionarys.
-