Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef STANDARDFILTER_H
8 #define STANDARDFILTER_H
Normalizes tokens extracted with StandardTokenizer.
Definition: StandardFilter.h:15
TypeAttributePtr typeAtt
Definition: StandardFilter.h:21
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
virtual bool incrementToken()
Returns the next token in the stream, or null at EOS.
TermAttributePtr termAtt
Definition: StandardFilter.h:25
virtual ~StandardFilter()
A TokenFilter is a TokenStream whose input is another TokenStream.
Definition: TokenFilter.h:18
static const String & APOSTROPHE_TYPE()
Definition: AbstractAllTermDocs.h:12
static const String & ACRONYM_TYPE()
boost::shared_ptr< TermAttribute > TermAttributePtr
Definition: LuceneTypes.h:58
StandardFilter(const TokenStreamPtr &input)
Construct filtering input.
boost::shared_ptr< TypeAttribute > TypeAttributePtr
Definition: LuceneTypes.h:64
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
clucene.sourceforge.net