#include <CtfIndexer.hpp>
Inheritance diagram for CtfIndexer:
Public Methods | |
CtfIndexer (char *csName, int bufferSize, bool countStopWords=false) | |
~CtfIndexer () | |
char * | handleWord (char *word) |
Handle a word, possibly transforming it. | |
void | newDb (char *name) |
Private Attributes | |
int | ctfCount |
bool | first |
InvPushIndex * | collsel |
DocumentProps * | csdp |
InvFPTerm * | term |
bool | countStopWds |
|
|
|
|
|
Handle a word, possibly transforming it.
Reimplemented from TextHandler. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|