Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef PORTERSTEMFILTER_H
8 #define PORTERSTEMFILTER_H
PorterStemFilter(const TokenStreamPtr &input)
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< PorterStemmer > PorterStemmerPtr
Definition: LuceneTypes.h:44
PorterStemmerPtr stemmer
Definition: PorterStemFilter.h:36
virtual bool incrementToken()
Consumers (ie., IndexWriter) use this method to advance the stream to the next token....
Transforms the token stream as per the Porter stemming algorithm. Note: the input to the stemming fil...
Definition: PorterStemFilter.h:31
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
TermAttributePtr termAtt
Definition: PorterStemFilter.h:40
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
virtual ~PorterStemFilter()
clucene.sourceforge.net