Uses of Class
org.apache.lucene.analysis.hunspell.SuggestionTimeoutException
Packages that use SuggestionTimeoutException
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of SuggestionTimeoutException in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that throw SuggestionTimeoutExceptionModifier and TypeMethodDescriptionSuggester.suggest(String word, LinkedHashSet<Suggestion> suggestions, Runnable checkCanceled) Suggester.suggestWithTimeout(String word, long timeLimitMs, Runnable checkCanceled)