Lucene++ - a full-featured, c++ search engine
API Documentation
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
A TokenFilter is a TokenStream whose input is another TokenStream.
Definition: TokenFilter.h:18
Definition: AbstractAllTermDocs.h:12
int32_t min
Definition: LengthFilter.h:21
virtual bool incrementToken()
Returns the next input Token whose term() is the right len.
boost::shared_ptr< TermAttribute > TermAttributePtr
Definition: LuceneTypes.h:58
int32_t max
Definition: LengthFilter.h:25
TermAttributePtr termAtt
Definition: LengthFilter.h:28
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
LengthFilter(const TokenStreamPtr &input, int32_t min, int32_t max)
Build a filter that removes words that are too long or too short from the text.
Removes words that are too long or too short from the stream.
Definition: LengthFilter.h:15
clucene.sourceforge.net