#include <DocInfoList.hpp>
Inheritance diagram for DocInfo:
Public Methods | |
virtual | ~DocInfo () |
virtual int | docID ()=0 |
doc id. | |
virtual int | termCount ()=0 |
term count in the doc. |
This is an abstract class that represents the information associated with each doc entry in the term to doc index. The basic information includes the doc ID and the frequency of a term in the document.
|
|
|
doc id.
Reimplemented in BasicDocInfo, and InvFPDocInfo. |
|
term count in the doc.
Reimplemented in BasicDocInfo, and InvFPDocInfo. |