#include <DocListInfo.hpp>
Inheritance diagram for indri::index::DocListInfo:
Public Methods | |
DOCID_T | docID () const |
Doc id. | |
COUNT_T | termCount () const |
Term count in the doc. | |
virtual const LOC_T * | positions () const |
TERMID_T | termID () const |
void | setDocID (DOCID_T documentID) |
void | setTermID (TERMID_T termID) |
void | addPosition (LOC_T position) |
void | addPositions (LOC_T *positions, int count) |
void | clear () |
|
|
|
|
|
|
|
Doc id.
Reimplemented from DocInfo. |
|
Return list of positions this term occurs in this document Default implementation to return NULL if no position information available for this DocInfo Reimplemented from DocInfo. |
|
|
|
|
|
Term count in the doc.
Reimplemented from DocInfo. |
|
|