#include <DiskTermListFileIterator.hpp>
Inheritance diagram for indri::index::DiskTermListFileIterator:

Public Member Functions | |
| DiskTermListFileIterator (indri::file::File &termListFile) | |
| void | startIteration () |
| TermList * | currentEntry () |
| bool | nextEntry () |
| bool | nextEntry (lemur::api::DOCID_T documentID) |
| bool | finished () |
Private Attributes | |
| TermList | _termList |
| indri::file::File & | _termListFile |
| indri::file::SequentialReadBuffer | _buffer |
| UINT64 | _fileSize |
| bool | _finished |
| int | _currentDocument |
|
|
|
|
|
Implements indri::index::TermListFileIterator. |
|
|
Implements indri::index::TermListFileIterator. |
|
|
Implements indri::index::TermListFileIterator. |
|
|
Implements indri::index::TermListFileIterator. |
|
|
Implements indri::index::TermListFileIterator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4