Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef WORDLISTLOADER_H
8 #define WORDLISTLOADER_H
29 static HashSet<String> getWordSet(
const String& wordfile,
const String& comment = EmptyString);
44 static MapStringString getStemDict(
const String& wordstemfile);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Loader for text files that represent a list of stopwords.
Definition: WordlistLoader.h:15
clucene.sourceforge.net