#include <InvFPIndex.hpp>
Inheritance diagram for InvFPIndex:

Public Methods | |
| InvFPIndex () | |
| InvFPIndex (const string &indexName) | |
| ~InvFPIndex () | |
Index entry access | |
| DocInfoList * | docInfoList (TERMID_T termID) const |
doc entries in a term index,
| |
| TermInfoList * | termInfoList (DOCID_T docID) const |
word entries in a document index (bag of words),
| |
| TermInfoList * | termInfoListSeq (DOCID_T docID) const |
word entries in a document index (sequence of words),
| |
| COUNT_T | docLengthCounted (DOCID_T 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. |
1.2.18