#include <MemoryIndexTermListFileIterator.hpp>
Inheritance diagram for indri::index::MemoryIndexTermListFileIterator:
Public Member Functions | |
MemoryIndexTermListFileIterator (std::list< indri::utility::Buffer * > &buffers, std::vector< DocumentData > &data) | |
void | startIteration () |
bool | nextEntry () |
bool | nextEntry (lemur::api::DOCID_T documentID) |
bool | finished () |
TermList * | currentEntry () |
Private Attributes | |
std::list< indri::utility::Buffer * > & | _buffers |
std::list< indri::utility::Buffer * >::iterator | _buffersIterator |
UINT64 | _bufferBase |
bool | _finished |
std::vector< DocumentData > & | _data |
TermList | _list |
int | _index |
|
|
|
Implements indri::index::TermListFileIterator. |
|
Implements indri::index::TermListFileIterator. |
|
Implements indri::index::TermListFileIterator. |
|
Implements indri::index::TermListFileIterator. |
|
Implements indri::index::TermListFileIterator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|