Uses of Record 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 TypeFieldDescriptionprivate final CombineSuggestion
WordBreakSpellChecker.CombineSuggestionWrapper.combineSuggestion
The field for thecombineSuggestion
record component.Methods in org.apache.lucene.search.spell that return CombineSuggestionModifier and TypeMethodDescriptionWordBreakSpellChecker.CombineSuggestionWrapper.combineSuggestion()
Returns the value of thecombineSuggestion
record component.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 CombineSuggestionModifierConstructorDescriptionprivate
CombineSuggestionWrapper
(CombineSuggestion combineSuggestion, int numCombinations) Creates an instance of aCombineSuggestionWrapper
record class.