Uses of Enum
org.apache.lucene.search.spell.WordBreakSpellChecker.BreakSuggestionSortMethod
Packages that use WordBreakSpellChecker.BreakSuggestionSortMethod
-
Uses of WordBreakSpellChecker.BreakSuggestionSortMethod in org.apache.lucene.search.spell
Methods in org.apache.lucene.search.spell that return WordBreakSpellChecker.BreakSuggestionSortMethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.WordBreakSpellChecker.BreakSuggestionSortMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search.spell with parameters of type WordBreakSpellChecker.BreakSuggestionSortMethodModifier and TypeMethodDescriptionSuggestWord[][]
WordBreakSpellChecker.suggestWordBreaks
(Term term, int maxSuggestions, IndexReader ir, SuggestMode suggestMode, WordBreakSpellChecker.BreakSuggestionSortMethod sortMethod) Generate suggestions by breaking the passed-in term into multiple words.