Package org.apache.lucene.search.spell
Class WordBreakSpellChecker.CombineSuggestionWrapper
- java.lang.Object
-
- org.apache.lucene.search.spell.WordBreakSpellChecker.CombineSuggestionWrapper
-
- Enclosing class:
- WordBreakSpellChecker
private static class WordBreakSpellChecker.CombineSuggestionWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CombineSuggestion
combineSuggestion
(package private) int
numCombinations
-
Constructor Summary
Constructors Constructor Description CombineSuggestionWrapper(CombineSuggestion combineSuggestion, int numCombinations)
-
-
-
Field Detail
-
combineSuggestion
final CombineSuggestion combineSuggestion
-
numCombinations
final int numCombinations
-
-
Constructor Detail
-
CombineSuggestionWrapper
CombineSuggestionWrapper(CombineSuggestion combineSuggestion, int numCombinations)
-
-