Uses of Package
org.apache.lucene.analysis.util
Packages that use org.apache.lucene.analysis.util
Package
Description
Normalization of text before the tokenizer.
Analyzer for Simplified Chinese, which indexes words.
Basic, general-purpose analysis components.
Analyzer for English.
Analyzer for Japanese.
Analyzer for Korean.
Analyzer for Thai.
Utility functions for text analysis.
-
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.charfilterClassDescriptionA StringBuilder that allows one to access the array.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.smartClassDescriptionBreaks text into sentences with a
BreakIterator
and allows subclasses to decompose these sentences into words. -
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.core
-
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.en
-
Classes in org.apache.lucene.analysis.util used by org.apache.lucene.analysis.jaClassDescriptionActs 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.koClassDescriptionActs 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.thClassDescriptionA CharacterIterator used internally for use with
BreakIterator
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.utilClassDescriptionA CharacterIterator used internally for use with
BreakIterator
An abstract base class for simple, character-oriented tokenizers.A StringBuilder that allows one to access the array.