std::string get_description() const
Return a string description of this object.
Xapian::termcount get_wdf() const
Always return 1 (wdf isn't totally meaningful for us).
PositionList * open_position_list() const
Throws InvalidOperationError.
PostList * skip_to(Xapian::docid target, double w_min)
Skip ahead to next document with docid >= target.
PositionList * read_position_list()
Throws InvalidOperationError.
bool at_end() const
Return true if and only if we're off the end of the list.
Xapian::termcount get_wdf_upper_bound() const
Always return 1 (wdf isn't totally meaningful for us).
Xapian::docid get_docid() const
Return the current docid.
Abstract base class for postlists.
PostList * next()
Advance the current position to the next document in the postlist.
Iterate all document ids when they form a contiguous range.