#include <DocFreqIndexer.hpp>
Inheritance diagram for DocFreqIndexer:
Public Methods | |
DocFreqIndexer (const string &csName, const string &cwName, const string &ssName, int bufferSize, bool countStopWords=false) | |
~DocFreqIndexer () | |
char * | handleDoc (char *docno) |
Handle a doc. | |
char * | handleWord (char *word) |
Handle a word, possibly transforming it. | |
void | handleEndDoc () |
Handle the end of the doc. | |
void | newDb (const string &name) |
|
|
|
|
|
Handle a doc.
Reimplemented from TextHandler. |
|
Handle the end of the doc.
Reimplemented from TextHandler. |
|
Handle a word, possibly transforming it.
Reimplemented from TextHandler. |
|
|