Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef CACHINGTOKENFILTER_H
8 #define CACHINGTOKENFILTER_H
32 virtual bool incrementToken();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
This class can be used if the token attributes of a TokenStream are intended to be consumed more than...
Definition: CachingTokenFilter.h:19
boost::shared_ptr< AttributeSourceState > AttributeSourceStatePtr
Definition: LuceneTypes.h:521
A TokenFilter is a TokenStream whose input is another TokenStream.
Definition: TokenFilter.h:18
Definition: AbstractAllTermDocs.h:12
AttributeSourceStatePtr finalState
Definition: CachingTokenFilter.h:29
Collection< AttributeSourceStatePtr >::iterator iterator
Definition: CachingTokenFilter.h:28
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
clucene.sourceforge.net