#include <DocListDiskBlockReader.hpp>
Public Methods | |
DocListDiskBlockReader () | |
void | setBlock (const char *block) |
int | lastTerm () |
int | firstTerm () |
int | lastDocument () |
bool | hasMore () |
bool | before (int termID, int documentID) |
bool | contains (int termID, int documentID) |
bool | skip (int termID, int documentID) |
void | currentDocument (DocListInfo &info) |
bool | nextDocument () |
bool | readBlock (int termID, greedy_vector< DocumentCount > &entries) |
bool | finished () |
int | document () const |
int | term () const |
Static Public Methods | |
int | blockSize () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|