Uses of Interface
org.apache.lucene.analysis.hunspell.FragmentChecker
Packages that use FragmentChecker
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Uses of FragmentChecker in org.apache.lucene.analysis.hunspell
Classes in org.apache.lucene.analysis.hunspell that implement FragmentCheckerModifier and TypeClassDescriptionclass
AFragmentChecker
based on all character n-grams possible in a certain language, keeping them in a relatively memory-efficient, but probabilistic data structure.Fields in org.apache.lucene.analysis.hunspell declared as FragmentCheckerModifier and TypeFieldDescriptionstatic final FragmentChecker
FragmentChecker.EVERYTHING_POSSIBLE
Methods in org.apache.lucene.analysis.hunspell with parameters of type FragmentCheckerModifier and TypeMethodDescriptionSuggester.withFragmentChecker
(FragmentChecker checker) Returns a copy of this suggester instance withFragmentChecker
hint that can improve the performance of the "Modification" phase performance.