#include <CtfIndexer.hpp>
Inheritance diagram for lemur::distrib::CtfIndexer:
Public Member Functions | |
CtfIndexer (const string &csName, int bufferSize, bool countStopWords=false) | |
~CtfIndexer () | |
char * | handleWord (char *word) |
Handle a word, possibly transforming it. | |
void | newDb (const string &name) |
Private Attributes | |
int | ctfCount |
bool | first |
lemur::index::PushIndex * | collsel |
lemur::parse::DocumentProps * | csdp |
lemur::index::InvFPTerm * | term |
bool | countStopWds |
|
|
|
|
|
Handle a word, possibly transforming it.
Reimplemented from lemur::api::TextHandler. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|