Uses of Interface
org.apache.lucene.analysis.icu.tokenattributes.ScriptAttribute
-
Packages that use ScriptAttribute Package Description org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.org.apache.lucene.analysis.icu.tokenattributes Additional ICU-specific Attributes for text analysis. -
-
Uses of ScriptAttribute in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as ScriptAttribute Modifier and Type Field Description private ScriptAttribute
ICUTokenizer. scriptAtt
-
Uses of ScriptAttribute in org.apache.lucene.analysis.icu.tokenattributes
Classes in org.apache.lucene.analysis.icu.tokenattributes that implement ScriptAttribute Modifier and Type Class Description class
ScriptAttributeImpl
Implementation ofScriptAttribute
that stores the script as an integer.
-