Uses of Class
org.apache.lucene.analysis.hunspell.ModifyingSuggester.GradedSuggestions
-
Packages that use ModifyingSuggester.GradedSuggestions Package Description org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell
), and a stemming TokenFilter (HunspellStemFilter
) based on it. -
-
Uses of ModifyingSuggester.GradedSuggestions in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return ModifyingSuggester.GradedSuggestions Modifier and Type Method Description private ModifyingSuggester.GradedSuggestions
ModifyingSuggester. tryRep(java.lang.String word)
static ModifyingSuggester.GradedSuggestions
ModifyingSuggester.GradedSuggestions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ModifyingSuggester.GradedSuggestions[]
ModifyingSuggester.GradedSuggestions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-