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 CharArrayIteratorThaiTokenizer. 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 CharArrayIteratorSegmentingTokenizerBase. wrapperMethods in org.apache.lucene.analysis.util that return CharArrayIterator Modifier and Type Method Description CharArrayIteratorCharArrayIterator. clone()static CharArrayIteratorCharArrayIterator. newSentenceInstance()Create a new CharArrayIterator that works around JRE bugs in a manner suitable forBreakIterator.getSentenceInstance()static CharArrayIteratorCharArrayIterator. newWordInstance()Create a new CharArrayIterator that works around JRE bugs in a manner suitable forBreakIterator.getWordInstance()
-