#include <KeyfileTextHandler.hpp>
Inheritance diagram for lemur::parse::KeyfileTextHandler:
Public Member Functions | |
KeyfileTextHandler (class lemur::index::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 string &mgrID) |
set the document manager id in the index. | |
Private Member Functions | |
void | endDoc () |
void | endCollection () |
Private Attributes | |
int | docLength |
DocumentProps * | dp |
bool | first |
int | pos |
bool | countStopWds |
lemur::index::KeyfileIncIndex * | _index |
|
Instantiate with index to push terms into.
|
|
|
|
|
|
|
|
add a new document
Reimplemented from lemur::api::TextHandler. |
|
add or update a term
Reimplemented from lemur::api::TextHandler. |
|
set the document manager id in the index.
|
|
|
|
|
|
|
|
|
|
|
|
|