PostList * check(Xapian::docid did, double w_min, bool &valid)
Check if the specified docid occurs in this postlist. 
 
Abstract base class for postlists. 
 
ValueGePostList(const Xapian::Database::Internal *db_, Xapian::valueno slot_, const std::string &begin_)
 
Internal * next()
Advance the current position to the next document in the postlist. 
 
ValueGePostList(const ValueGePostList &)
Disallow copying. 
 
void operator=(const ValueGePostList &)
Disallow assignment. 
 
PostList * skip_to(Xapian::docid, double w_min)
Skip forward to the specified docid. 
 
std::string get_description() const
Return a string description of this object. 
 
Return document ids matching a range test on a specified doc value.