#include <InvFPIndex.hpp>
Inheritance diagram for InvFPIndex:
Public Methods | |
InvFPIndex () | |
InvFPIndex (const string &indexName) | |
~InvFPIndex () | |
Index entry access | |
DocInfoList * | docInfoList (int termID) const |
doc entries in a term index,
| |
TermInfoList * | termInfoList (int docID) const |
word entries in a document index (bag of words),
| |
TermInfoList * | termInfoListSeq (int docID) const |
word entries in a document index (sequence of words),
| |
int | docLengthCounted (int docID) const |
Total count of terms in given document, not including stop words. |
|
|
|
|
|
|
|
doc entries in a term index,
Reimplemented from InvIndex. |
|
Total count of terms in given document, not including stop words.
Reimplemented from InvIndex. |
|
word entries in a document index (bag of words),
Reimplemented from InvIndex. |
|
word entries in a document index (sequence of words),
Reimplemented from Index. |