| Package | Description |
|---|---|
| org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) CombineSuggestion |
WordBreakSpellChecker.CombineSuggestionWrapper.combineSuggestion |
| Modifier and Type | Method and Description |
|---|---|
CombineSuggestion[] |
WordBreakSpellChecker.suggestWordCombinations(Term[] terms,
int maxSuggestions,
IndexReader ir,
SuggestMode suggestMode)
Generate suggestions by combining one or more of the passed-in terms into
single words.
|
| Constructor and Description |
|---|
CombineSuggestionWrapper(CombineSuggestion combineSuggestion,
int numCombinations) |