Class UserDictionary.Match
java.lang.Object
org.apache.lucene.analysis.ja.dict.UserDictionary.Match
- Enclosing class:
UserDictionary
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int(package private) final int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
final int position -
wordIdAndLength
final int[] wordIdAndLength
-
-
Constructor Details
-
Match
Match(int position, int[] wordIdAndLength)
-