#include "TextHandler.hpp"
#include "DocumentProps.hpp"
Go to the source code of this file.
Functions | |
KeyfileTextHandler (class KeyfileIncIndex *index, bool countStops=false) | |
Instantiate with index to push terms into. | |
~KeyfileTextHandler () | |
char * | handleDoc (char *docno) |
add a new document | |
char * | handleWord (char *word) |
add or update a term | |
void | setDocManager (const char *mgrID) |
set the document manager id in the index. | |
void | endDoc () |
Variables | |
int | docLength |
DocumentProps * | dp |
bool | first |
int | pos |
bool | countStopWds |
KeyfileIncIndex * | _index |
|
|
|
add a new document
|
|
add or update a term
|
|
Instantiate with index to push terms into. KeyfileTextHandler pushes terms into a KeyFileIncIndex. This class is a destination TextHandler. |
|
set the document manager id in the index.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|