Lucene++ - a full-featured, c++ search engine
API Documentation
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
virtual void close()
Close the input TokenStream.
A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text.
Definition: TokenStream.h:44
TokenStreamPtr input
The source of tokens for this filter.
Definition: TokenFilter.h:26
TokenFilter(const TokenStreamPtr &input)
Construct a token stream filtering the given input.
A TokenFilter is a TokenStream whose input is another TokenStream.
Definition: TokenFilter.h:18
virtual void reset()
Reset the filter as well as the input TokenStream.
Definition: AbstractAllTermDocs.h:12
virtual void end()
Performs end-of-stream operations, if any, and calls then end() on the input TokenStream....
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
clucene.sourceforge.net