Class WordBreakSpellChecker.CombineSuggestionWrapper

java.lang.Object
org.apache.lucene.search.spell.WordBreakSpellChecker.CombineSuggestionWrapper
Enclosing class:
WordBreakSpellChecker

private static class WordBreakSpellChecker.CombineSuggestionWrapper extends Object
  • Field Details

    • combineSuggestion

      final CombineSuggestion combineSuggestion
    • numCombinations

      final int numCombinations
  • Constructor Details

    • CombineSuggestionWrapper

      CombineSuggestionWrapper(CombineSuggestion combineSuggestion, int numCombinations)