#include <PushIndex.hpp>
Inheritance diagram for lemur::index::PushIndex:
Public Member Functions | |
virtual | ~PushIndex () |
virtual bool | beginDoc (const lemur::parse::DocumentProps *dp)=0 |
the beginning of a new document, returns true if initiation was successful | |
virtual bool | addTerm (const lemur::api::Term &t)=0 |
adding a term to the current document, returns true if term was added successfully. | |
virtual void | endDoc (const lemur::parse::DocumentProps *dp)=0 |
signify the end of current document | |
virtual void | endCollection (const lemur::parse::CollectionProps *cp)=0 |
signify the end of this collection. properties passed at the beginning of a collection should be handled by the constructor. | |
virtual void | setDocManager (const string &mgrID)=0 |
This is an abstract class that provides a uniform interface for building an indexed document collection where the index is unaware of the parser (docstream).
|
|
|
adding a term to the current document, returns true if term was added successfully.
Implemented in lemur::index::KeyfileIncIndex. |
|
the beginning of a new document, returns true if initiation was successful
Implemented in lemur::index::KeyfileIncIndex. |
|
signify the end of this collection. properties passed at the beginning of a collection should be handled by the constructor.
Implemented in lemur::index::KeyfileIncIndex. |
|
signify the end of current document
Implemented in lemur::index::KeyfileIncIndex. |
|
Implemented in lemur::index::KeyfileIncIndex. |