#include <DiskDocListFileIterator.hpp>
Inheritance diagram for indri::index::DiskDocListFileIterator:
Public Member Functions | |
DiskDocListFileIterator (indri::file::File &docListFile, int fieldCount) | |
~DiskDocListFileIterator () | |
bool | finished () const |
void | startIteration () |
bool | nextEntry () |
DocListData * | currentEntry () |
const DocListData * | currentEntry () const |
Private Member Functions | |
void | _readEntry () |
Private Attributes | |
indri::file::SequentialReadBuffer * | _file |
UINT64 | _fileLength |
int | _fieldCount |
indri::utility::Buffer | _header |
char | _term [lemur::file::Keyfile::MAX_KEY_LENGTH+1] |
TermData * | _termData |
DiskDocListIterator | _iterator |
DocListData | _docListData |
bool | _finished |
|
|
|
|
|
|
|
Implements indri::index::DocListFileIterator. |
|
Implements indri::index::DocListFileIterator. |
|
Implements indri::index::DocListFileIterator. |
|
Implements indri::index::DocListFileIterator. |
|
Implements indri::index::DocListFileIterator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|