#include <TermInfoList.hpp>
Inheritance diagram for TermInfoList:
Public Methods | |
virtual | ~TermInfoList () |
virtual void | startIteration ()=0 |
prepare iteration. | |
virtual bool | hasMore ()=0 |
has more entries. | |
virtual TermInfo* | nextEntry ()=0 |
Get a pointer to the next entry (pointer to a local static memory), so do not delete it. |
This is an abstract class that represents the term entries in doc index, i.e., the ID and frequency of all terms in a document.
|
|
|
has more entries.
Reimplemented in BasicTermInfoList, and InvFPTermList. |
|
Get a pointer to the next entry (pointer to a local static memory), so do not delete it.
Reimplemented in BasicTermInfoList, and InvFPTermList. |
|
prepare iteration.
Reimplemented in BasicTermInfoList, and InvFPTermList. |