Uses of Class
org.apache.lucene.analysis.CharStream
-
Packages that use CharStream Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.charfilter CharFilters: process text before the Tokenizerorg.apache.lucene.analysis.fa Analyzer for Persian. -
-
Uses of CharStream in org.apache.lucene.analysis
Subclasses of CharStream in org.apache.lucene.analysis Modifier and Type Class Description classBaseCharFilterBase utility class for implementing aCharFilter.classCharFilterSubclasses of CharFilter can be chained to filter CharStream.classCharReaderCharReader is a Reader wrapper.classMappingCharFilterSimplisticCharFilterthat applies the mappings contained in aNormalizeCharMapto the character stream, and correcting the resulting changes to the offsets.classMockCharFilterthe purpose of this charfilter is to send offsets out of bounds if the analyzer doesn't use correctOffset or does incorrect offset math.Fields in org.apache.lucene.analysis declared as CharStream Modifier and Type Field Description protected CharStreamCharFilter. inputMethods in org.apache.lucene.analysis that return CharStream Modifier and Type Method Description static CharStreamCharReader. get(Reader input)Constructors in org.apache.lucene.analysis with parameters of type CharStream Constructor Description BaseCharFilter(CharStream in)CharFilter(CharStream in)MappingCharFilter(NormalizeCharMap normMap, CharStream in)Default constructor that takes aCharStream. -
Uses of CharStream in org.apache.lucene.analysis.charfilter
Subclasses of CharStream in org.apache.lucene.analysis.charfilter Modifier and Type Class Description classHTMLStripCharFilterA CharFilter that wraps another Reader and attempts to strip out HTML constructs.Constructors in org.apache.lucene.analysis.charfilter with parameters of type CharStream Constructor Description HTMLStripCharFilter(CharStream source)HTMLStripCharFilter(CharStream source, Set<String> escapedTags) -
Uses of CharStream in org.apache.lucene.analysis.fa
Subclasses of CharStream in org.apache.lucene.analysis.fa Modifier and Type Class Description classPersianCharFilterCharFilter that replaces instances of Zero-width non-joiner with an ordinary space.Constructors in org.apache.lucene.analysis.fa with parameters of type CharStream Constructor Description PersianCharFilter(CharStream in)
-