Uses of Class
org.apache.lucene.analysis.hunspell.Suggestion
Packages that use Suggestion
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of Suggestion in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type SuggestionModifier and TypeFieldDescriptionprivate final LinkedHashSet<Suggestion> ModifyingSuggester.resultMethods in org.apache.lucene.analysis.hunspell that return SuggestionModifier and TypeMethodDescriptionprivate SuggestionModifyingSuggester.capitalizeAfterSpace(String candidate) private SuggestionModifyingSuggester.createSuggestion(String candidate) Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type SuggestionModifier and TypeMethodDescriptionprivate List<Suggestion> ModifyingSuggester.checkDictionaryForSplitSuggestions(String word) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type SuggestionModifier and TypeMethodDescriptionprivate RunnableSuggester.checkTimeLimit(String word, Set<Suggestion> suggestions, long timeLimitMs, Runnable checkCanceled) GeneratingSuggester.getMostRelevantSuggestions(TreeSet<GeneratingSuggester.Weighted<String>> bySimilarity, Set<Suggestion> prevSuggestions) private RunnableSuggester.handleCustomTimeoutException(Runnable checkCanceled, LinkedHashSet<Suggestion> suggestions) Suggester.postprocess(Collection<Suggestion> suggestions) GeneratingSuggester.suggest(String word, WordCase originalCase, Set<Suggestion> prevSuggestions) Suggester.suggest(String word, LinkedHashSet<Suggestion> suggestions, Runnable checkCanceled) Constructor parameters in org.apache.lucene.analysis.hunspell with type arguments of type SuggestionModifierConstructorDescription(package private)ModifyingSuggester(Hunspell speller, LinkedHashSet<Suggestion> result, String misspelled, WordCase wordCase, FragmentChecker checker)