#include <DocInfoList.hpp>
Inheritance diagram for DocInfoList:
Public Methods | |
virtual | ~DocInfoList () |
virtual void | startIteration ()=0 |
prepare iteration. | |
virtual bool | hasMore ()=0 |
test if there's any entry. | |
virtual DocInfo* | nextEntry ()=0 |
fetch the next entry, return a pointer to a local static memory, so do not delete it. |
This is an abstract class that represents the doc entries in term index, i.e., the doc ID and the frequency of a term in the document.
|
|
|
test if there's any entry.
Reimplemented in BasicDocInfoList, and InvFPDocList. |
|
fetch the next entry, return a pointer to a local static memory, so do not delete it.
Reimplemented in BasicDocInfoList, and InvFPDocList. |
|
prepare iteration.
Reimplemented in BasicDocInfoList, and InvFPDocList. |