#include <InvFPPushIndex.hpp>
Inheritance diagram for InvFPPushIndex:
Public Methods | |
InvFPPushIndex (char *prefix="DefaultIndex",int cachesize=128000000,long maxfilesize=2100000000,DOCID_T startdocid=1) | |
~InvFPPushIndex () | |
void | setName (char *prefix) |
sets the name for this index. the name will be the prefix for all files related to this index. | |
bool | beginDoc (DocumentProps *dp) |
the beginning of a new document, returns true if initiation was successful. | |
bool | addTerm (Term &t) |
adding a term to the current document, returns true if term was added successfully. | |
void | endDoc (DocumentProps *dp) |
signify the end of current document. | |
void | endCollection (CollectionProps *cp) |
signify the end of this collection. properties passed at the beginning of a collection should be handled by the constructor. |
|
|
|
|
|
adding a term to the current document, returns true if term was added successfully.
Reimplemented from PushIndex. |
|
the beginning of a new document, returns true if initiation was successful.
Reimplemented from PushIndex. |
|
signify the end of this collection. properties passed at the beginning of a collection should be handled by the constructor.
Reimplemented from PushIndex. |
|
signify the end of current document.
Reimplemented from PushIndex. |
|
sets the name for this index. the name will be the prefix for all files related to this index.
|