7#ifndef STANDARDFILTER_H
8#define STANDARDFILTER_H
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
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.
TokenFilter(const TokenStreamPtr &input)
Construct a token stream filtering the given input.
TokenStreamPtr input
The source of tokens for this filter.
Definition TokenFilter.h:30
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