Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef KEYWORDANALYZER_H
8 #define KEYWORDANALYZER_H
An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index...
Definition: Analyzer.h:19
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Tokenizes the entire stream as a single token. This is useful for data like zip codes,...
Definition: KeywordAnalyzer.h:16
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
clucene.sourceforge.net