Java org.apache.lucene.analysis.icu.segmentation ICUTokenizer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.icu.segmentation ICUTokenizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.icu.segmentation ICUTokenizer.

The text is from its open source code.

Constructor

ICUTokenizer(ICUTokenizerConfig config)
Construct a new ICUTokenizer that breaks text into words from the given Reader, using a tailored BreakIterator configuration.
ICUTokenizer()
Construct a new ICUTokenizer that breaks text into words from the given Reader.

Method

voidsetReader(Reader input)
Expert: Set a new reader on the Tokenizer.