Uses of Package
org.apache.lucene.analysis.util
-
Packages that use org.apache.lucene.analysis.util Package Description org.apache.lucene.analysis.charfilter Normalization of text before the tokenizer.org.apache.lucene.analysis.cn.smart Analyzer for Simplified Chinese, which indexes words.org.apache.lucene.analysis.core Basic, general-purpose analysis components.org.apache.lucene.analysis.en Analyzer for English.org.apache.lucene.analysis.ja Analyzer for Japanese.org.apache.lucene.analysis.ko Analyzer for Korean.org.apache.lucene.analysis.th Analyzer for Thai.org.apache.lucene.analysis.util Utility functions for text analysis. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.charfilter Class Description OpenStringBuilder A StringBuilder that allows one to access the array.RollingCharBuffer Acts like a forever growing char[] as you read characters into it from the provided reader, but internally it uses a circular buffer to only hold the characters that haven't been freed yet. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.cn.smart Class Description SegmentingTokenizerBase Breaks text into sentences with aBreakIterator
and allows subclasses to decompose these sentences into words. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.core Class Description CharTokenizer An abstract base class for simple, character-oriented tokenizers. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.en Class Description OpenStringBuilder A StringBuilder that allows one to access the array. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.ja Class Description RollingCharBuffer Acts like a forever growing char[] as you read characters into it from the provided reader, but internally it uses a circular buffer to only hold the characters that haven't been freed yet. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.ko Class Description RollingCharBuffer Acts like a forever growing char[] as you read characters into it from the provided reader, but internally it uses a circular buffer to only hold the characters that haven't been freed yet. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.th Class Description CharArrayIterator A CharacterIterator used internally for use withBreakIterator
SegmentingTokenizerBase Breaks text into sentences with aBreakIterator
and allows subclasses to decompose these sentences into words. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.util Class Description CharArrayIterator A CharacterIterator used internally for use withBreakIterator
CharTokenizer An abstract base class for simple, character-oriented tokenizers.OpenStringBuilder A StringBuilder that allows one to access the array.