CLucene - a full-featured, c++ search engine
API Documentation
#include <StandardFilter.h>

Public Member Functions | |
| StandardFilter (TokenStream *in, bool deleteTokenStream) | |
| ~StandardFilter () | |
| bool | next (Token *token) |
| Returns the next token in the stream, or NULL at EOS. | |
| lucene::analysis::standard::StandardFilter::StandardFilter | ( | TokenStream * | in, | |
| bool | deleteTokenStream | |||
| ) |
| lucene::analysis::standard::StandardFilter::~StandardFilter | ( | ) |
| bool lucene::analysis::standard::StandardFilter::next | ( | Token * | token | ) | [virtual] |
Returns the next token in the stream, or NULL at EOS.
Removes 's from the end of words.
Removes dots from acronyms.
Implements lucene::analysis::TokenStream.