Uses of Class
org.apache.lucene.analysis.icu.segmentation.ICUTokenizerConfig
-
Packages that use ICUTokenizerConfig Package Description org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm. -
-
Uses of ICUTokenizerConfig in org.apache.lucene.analysis.icu.segmentation
Subclasses of ICUTokenizerConfig in org.apache.lucene.analysis.icu.segmentation Modifier and Type Class Description class
DefaultICUTokenizerConfig
DefaultICUTokenizerConfig
that is generally applicable to many languages.Fields in org.apache.lucene.analysis.icu.segmentation declared as ICUTokenizerConfig Modifier and Type Field Description private ICUTokenizerConfig
CompositeBreakIterator. config
private ICUTokenizerConfig
ICUTokenizer. config
private ICUTokenizerConfig
ICUTokenizerFactory. config
Constructors in org.apache.lucene.analysis.icu.segmentation with parameters of type ICUTokenizerConfig Constructor Description CompositeBreakIterator(ICUTokenizerConfig config)
ICUTokenizer(ICUTokenizerConfig config)
Construct a new ICUTokenizer that breaks text into words from the given Reader, using a tailored BreakIterator configuration.ICUTokenizer(AttributeFactory factory, ICUTokenizerConfig config)
Construct a new ICUTokenizer that breaks text into words from the given Reader, using a tailored BreakIterator configuration.
-