Uses of Class
org.apache.lucene.analysis.util.CharArrayIterator
-
Packages that use CharArrayIterator Package Description org.apache.lucene.analysis.th Analyzer for Thai.org.apache.lucene.analysis.util Utility functions for text analysis. -
-
Uses of CharArrayIterator in org.apache.lucene.analysis.th
Fields in org.apache.lucene.analysis.th declared as CharArrayIterator Modifier and Type Field Description private CharArrayIterator
ThaiTokenizer. wrapper
-
Uses of CharArrayIterator in org.apache.lucene.analysis.util
Fields in org.apache.lucene.analysis.util declared as CharArrayIterator Modifier and Type Field Description private CharArrayIterator
SegmentingTokenizerBase. wrapper
Methods in org.apache.lucene.analysis.util that return CharArrayIterator Modifier and Type Method Description CharArrayIterator
CharArrayIterator. clone()
static CharArrayIterator
CharArrayIterator. newSentenceInstance()
Create a new CharArrayIterator that works around JRE bugs in a manner suitable forBreakIterator.getSentenceInstance()
static CharArrayIterator
CharArrayIterator. newWordInstance()
Create a new CharArrayIterator that works around JRE bugs in a manner suitable forBreakIterator.getWordInstance()
-