7#ifndef STANDARDFILTER_H
8#define STANDARDFILTER_H
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Normalizes tokens extracted with StandardTokenizer.
Definition StandardFilter.h:15
static const String & ACRONYM_TYPE()
static const String & APOSTROPHE_TYPE()
TypeAttributePtr typeAtt
Definition StandardFilter.h:24
virtual ~StandardFilter()
TermAttributePtr termAtt
Definition StandardFilter.h:25
StandardFilter(const TokenStreamPtr &input)
Construct filtering input.
virtual bool incrementToken()
Returns the next token in the stream, or null at EOS.
A TokenFilter is a TokenStream whose input is another TokenStream.
Definition TokenFilter.h:18
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition LuceneTypes.h:63
boost::shared_ptr< TermAttribute > TermAttributePtr
Definition LuceneTypes.h:58
boost::shared_ptr< TypeAttribute > TypeAttributePtr
Definition LuceneTypes.h:64