Uses of Class
org.apache.lucene.analysis.icu.segmentation.ICUTokenizerConfig
Packages that use ICUTokenizerConfig
Package
Description
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.segmentationModifier and TypeClassDescriptionclass
DefaultICUTokenizerConfig
that is generally applicable to many languages.Fields in org.apache.lucene.analysis.icu.segmentation declared as ICUTokenizerConfigModifier and TypeFieldDescriptionprivate final ICUTokenizerConfig
CompositeBreakIterator.config
private final ICUTokenizerConfig
ICUTokenizer.config
private ICUTokenizerConfig
ICUTokenizerFactory.config
Constructors in org.apache.lucene.analysis.icu.segmentation with parameters of type ICUTokenizerConfigModifierConstructorDescription(package private)
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.