Class UserDictionary.Match

java.lang.Object
org.apache.lucene.analysis.ja.dict.UserDictionary.Match
Enclosing class:
UserDictionary

private static class UserDictionary.Match extends Object
  • Field Details

    • position

      final int position
    • wordIdAndLength

      final int[] wordIdAndLength
  • Constructor Details

    • Match

      Match(int position, int[] wordIdAndLength)