Package org.apache.lucene.search.spell
Class WordBreakSpellChecker.CombineSuggestionWrapper
java.lang.Object
org.apache.lucene.search.spell.WordBreakSpellChecker.CombineSuggestionWrapper
- Enclosing class:
- WordBreakSpellChecker
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CombineSuggestion
(package private) final int
-
Constructor Summary
ConstructorsConstructorDescriptionCombineSuggestionWrapper
(CombineSuggestion combineSuggestion, int numCombinations) -
Method Summary
-
Field Details
-
combineSuggestion
-
numCombinations
final int numCombinations
-
-
Constructor Details
-
CombineSuggestionWrapper
CombineSuggestionWrapper(CombineSuggestion combineSuggestion, int numCombinations)
-