Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
32 virtual int32_t correct(int32_t currentOff);
35 virtual int32_t correctOffset(int32_t currentOff);
38 virtual int32_t read(
wchar_t* buffer, int32_t offset, int32_t length);
39 virtual bool markSupported();
40 virtual void mark(int32_t readAheadLimit);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< CharStream > CharStreamPtr
Definition: LuceneTypes.h:27
Subclasses of CharFilter can be chained to filter CharStream. They can be used as Reader with additio...
Definition: CharFilter.h:17
Definition: AbstractAllTermDocs.h:12
CharStream adds correctOffset functionality over Reader. All Tokenizers accept a CharStream instead o...
Definition: CharStream.h:18
clucene.sourceforge.net