Uses of Interface
org.apache.lucene.analysis.ja.tokenattributes.ReadingAttribute
-
Packages that use ReadingAttribute Package Description org.apache.lucene.analysis.ja Analyzer for Japanese.org.apache.lucene.analysis.ja.tokenattributes Additional Kuromoji-specific Attributes for text analysis. -
-
Uses of ReadingAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as ReadingAttribute Modifier and Type Field Description private ReadingAttribute
JapaneseTokenizer. readingAtt
private ReadingAttribute
JapaneseReadingFormFilter. readingAttr
-
Uses of ReadingAttribute in org.apache.lucene.analysis.ja.tokenattributes
Classes in org.apache.lucene.analysis.ja.tokenattributes that implement ReadingAttribute Modifier and Type Class Description class
ReadingAttributeImpl
Attribute for Kuromoji reading data
-