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