Uses of Class
org.apache.lucene.analysis.CharStream

Packages that use CharStream
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
 

Uses of CharStream in org.apache.lucene.analysis
 

Subclasses of CharStream in org.apache.lucene.analysis
 class BaseCharFilter
          Base utility class for implementing a CharFilter.
 class CharFilter
          Subclasses of CharFilter can be chained to filter CharStream.
 class CharReader
          CharReader is a Reader wrapper.
 class MappingCharFilter
          Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character stream, and correcting the resulting changes to the offsets.
 

Fields in org.apache.lucene.analysis declared as CharStream
protected  CharStream CharFilter.input
           
 

Methods in org.apache.lucene.analysis that return CharStream
static CharStream CharReader.get(Reader input)
           
 

Constructors in org.apache.lucene.analysis with parameters of type CharStream
BaseCharFilter(CharStream in)
           
CharFilter(CharStream in)
           
MappingCharFilter(NormalizeCharMap normMap, CharStream in)
          Default constructor that takes a CharStream.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.