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) void
SuggestibleEntryCache.SectionBuilder.add
(FlyweightEntry entry) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type FlyweightEntryModifier and TypeMethodDescription(package private) void
WordStorage.processAllWords
(int minLength, int maxLength, boolean suggestibleOnly, Consumer<FlyweightEntry> processor) private void
GeneratingSuggester.processSuggestibleWords
(int minLength, int maxLength, Consumer<FlyweightEntry> processor) (package private) void
SuggestibleEntryCache.processSuggestibleWords
(int minLength, int maxLength, Consumer<FlyweightEntry> processor) (package private) void
WordStorage.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) void
SuggestibleEntryCache.Section.processWords
(Consumer<FlyweightEntry> processor)