Uses of Class
org.apache.lucene.analysis.hunspell.Suggester
Packages that use Suggester
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Uses of Suggester in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return SuggesterModifier and TypeMethodDescriptionSuggester.withFragmentChecker
(FragmentChecker checker) Returns a copy of this suggester instance withFragmentChecker
hint that can improve the performance of the "Modification" phase performance.Suggester.withSuggestibleEntryCache()
Returns a copy of this suggester instance with better "Enumeration" phase performance (seeSuggester
documentation), but using more memory.