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