Uses of Class
org.apache.lucene.search.spell.CombineSuggestion
Packages that use CombineSuggestion
-
Uses of CombineSuggestion in org.apache.lucene.search.spell
Fields in org.apache.lucene.search.spell declared as CombineSuggestionModifier and TypeFieldDescription(package private) final CombineSuggestion
WordBreakSpellChecker.CombineSuggestionWrapper.combineSuggestion
Methods in org.apache.lucene.search.spell that return CombineSuggestionModifier and TypeMethodDescriptionWordBreakSpellChecker.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 CombineSuggestionModifierConstructorDescription(package private)
CombineSuggestionWrapper
(CombineSuggestion combineSuggestion, int numCombinations)