#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
Implemented in BasicTermInfoList, InvFPTermList, and InvTermList. |
|
Get a pointer to the next entry (pointer to a local static memory), so do not delete it.
Implemented in BasicTermInfoList, InvFPTermList, and InvTermList. |
|
prepare iteration
Implemented in BasicTermInfoList, InvFPTermList, and InvTermList. |