#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
virtual void reset()
Reset the filter as well as the input TokenStream.
virtual void close()
Close the input TokenStream.
virtual void end()
Performs end-of-stream operations, if any, and calls then end() on the input TokenStream....
TokenFilter(const TokenStreamPtr &input)
Construct a token stream filtering the given input.
TokenStreamPtr input
The source of tokens for this filter.
Definition TokenFilter.h:30
TokenStream()
A TokenStream using the default attribute factory.
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition LuceneTypes.h:63