|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use WordBreakSpellChecker.BreakSuggestionSortMethod | |
|---|---|
| org.apache.lucene.search.spell | Suggest alternate spellings for words. |
| Uses of WordBreakSpellChecker.BreakSuggestionSortMethod in org.apache.lucene.search.spell |
|---|
| Methods in org.apache.lucene.search.spell that return WordBreakSpellChecker.BreakSuggestionSortMethod | |
|---|---|
static WordBreakSpellChecker.BreakSuggestionSortMethod |
WordBreakSpellChecker.BreakSuggestionSortMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WordBreakSpellChecker.BreakSuggestionSortMethod[] |
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.BreakSuggestionSortMethod | |
|---|---|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||