Uses of Class
org.apache.lucene.search.spell.CombineSuggestion
-
Packages that use CombineSuggestion Package Description org.apache.lucene.search.spell Suggest alternate spellings for words. -
-
Uses of CombineSuggestion in org.apache.lucene.search.spell
Fields in org.apache.lucene.search.spell declared as CombineSuggestion Modifier and Type Field Description (package private) CombineSuggestion
WordBreakSpellChecker.CombineSuggestionWrapper. combineSuggestion
Methods in org.apache.lucene.search.spell that return CombineSuggestion Modifier and Type Method 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.Constructors in org.apache.lucene.search.spell with parameters of type CombineSuggestion Constructor Description CombineSuggestionWrapper(CombineSuggestion combineSuggestion, int numCombinations)
-