Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
40 static const wchar_t* _ENGLISH_STOP_WORDS_SET[];
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
Version
Definition: Constants.h:40
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
bool enablePositionIncrements
Definition: StopAnalyzer.h:38
Definition: AbstractAllTermDocs.h:12
HashSet< String > stopWords
Definition: StopAnalyzer.h:34
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
Filters LetterTokenizer with LowerCaseFilter and StopFilter.
Definition: StopAnalyzer.h:18
clucene.sourceforge.net