Uses of Class
org.apache.lucene.analysis.hunspell.FlyweightEntry
Packages that use FlyweightEntry
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of FlyweightEntry in org.apache.lucene.analysis.hunspell
Subclasses of FlyweightEntry in org.apache.lucene.analysis.hunspellMethods in org.apache.lucene.analysis.hunspell with parameters of type FlyweightEntryModifier and TypeMethodDescription(package private) voidSuggestibleEntryCache.SectionBuilder.add(FlyweightEntry entry) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type FlyweightEntryModifier and TypeMethodDescription(package private) voidWordStorage.processAllWords(int minLength, int maxLength, boolean suggestibleOnly, Consumer<FlyweightEntry> processor) private voidGeneratingSuggester.processSuggestibleWords(int minLength, int maxLength, Consumer<FlyweightEntry> processor) (package private) voidSuggestibleEntryCache.processSuggestibleWords(int minLength, int maxLength, Consumer<FlyweightEntry> processor) (package private) voidWordStorage.processSuggestibleWords(int minLength, int maxLength, Consumer<FlyweightEntry> processor) Calls the processor for every dictionary entry with length between minLength and maxLength, both ends inclusive, and at least one suggestible alternative (without NOSUGGEST, FORBIDDENWORD or ONLYINCOMPOUND flags).(package private) voidSuggestibleEntryCache.Section.processWords(Consumer<FlyweightEntry> processor)