CLucene - a full-featured, c++ search engine
API Documentation


lucene::analysis::KeywordTokenizer Class Reference

Emits the entire input as a single token. More...

#include <Analyzers.h>

Inheritance diagram for lucene::analysis::KeywordTokenizer:

lucene::analysis::Tokenizer lucene::analysis::TokenStream

Public Member Functions

 KeywordTokenizer (lucene::util::Reader *input, int bufferSize=-1)
virtual ~KeywordTokenizer ()
bool next (Token *token)
 Sets token to the next token in the stream, returns false at the EOS.

Detailed Description

Emits the entire input as a single token.

Constructor & Destructor Documentation

lucene::analysis::KeywordTokenizer::KeywordTokenizer ( lucene::util::Reader input,
int  bufferSize = -1 
)

virtual lucene::analysis::KeywordTokenizer::~KeywordTokenizer (  )  [virtual]


Member Function Documentation

bool lucene::analysis::KeywordTokenizer::next ( Token token  )  [virtual]

Sets token to the next token in the stream, returns false at the EOS.

Implements lucene::analysis::TokenStream.


The documentation for this class was generated from the following file:

clucene.sourceforge.net