Uses of Enum Class
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 class with the specified name.WordBreakSpellChecker.BreakSuggestionSortMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.search.spell with parameters of type WordBreakSpellChecker.BreakSuggestionSortMethodModifier and TypeMethodDescriptionprivate int
WordBreakSpellChecker.generateBreakUpSuggestions
(Term term, IndexReader ir, int numberBreaks, int maxSuggestions, int useMinSuggestionFrequency, SuggestWord[] prefix, Queue<WordBreakSpellChecker.SuggestWordArrayWrapper> suggestions, int totalEvaluations, WordBreakSpellChecker.BreakSuggestionSortMethod sortMethod) SuggestWord[][]
WordBreakSpellChecker.suggestWordBreaks
(Term term, int maxSuggestions, IndexReader ir, SuggestMode suggestMode, WordBreakSpellChecker.BreakSuggestionSortMethod sortMethod) Generate suggestions by breaking the passed-in term into multiple words.