CLucene - a full-featured, c++ search engine
API Documentation
#include <AnalysisHeader.h>
Public Member Functions | |
void | close () |
Close the input TokenStream. | |
Protected Member Functions | |
TokenFilter (TokenStream *in, bool deleteTS=false) | |
Construct a token stream filtering the given input. | |
virtual | ~TokenFilter () |
Protected Attributes | |
TokenStream * | input |
The source of tokens for this filter. | |
bool | deleteTokenStream |
If true then input will be deleted in the destructor. |
This is an abstract class.
lucene::analysis::TokenFilter::TokenFilter | ( | TokenStream * | in, | |
bool | deleteTS = false | |||
) | [protected] |
Construct a token stream filtering the given input.
in | The TokenStream to filter from | |
deleteTS | If true, input will be deleted in the destructor |
virtual lucene::analysis::TokenFilter::~TokenFilter | ( | ) | [protected, virtual] |
void lucene::analysis::TokenFilter::close | ( | ) | [virtual] |
TokenStream* lucene::analysis::TokenFilter::input [protected] |
The source of tokens for this filter.
bool lucene::analysis::TokenFilter::deleteTokenStream [protected] |
If true then input will be deleted in the destructor.