java.lang.Object
org.apache.lucene.analysis.hunspell.CompoundRule

class CompoundRule extends Object
  • Field Details

    • data

      private final char[] data
    • dictionary

      private final Dictionary dictionary
  • Constructor Details

  • Method Details

    • mayMatch

      boolean mayMatch(List<IntsRef> words)
    • fullyMatches

      boolean fullyMatches(List<IntsRef> words)
    • match

      private boolean match(List<IntsRef> words, int patternIndex, int wordIndex, boolean fully)
    • toString

      public String toString()
      Overrides:
      toString in class Object