PostList class implementing Query::OP_AND_NOT.
PostList * r
Right-hand side of OP_NOT.
Xapian::docid r_did
Current docid from r (or 0).
AndNotPostList(PostList *left, PostList *right, Xapian::doccount db_size)
PostList * skip_to(Xapian::docid did, double w_min)
Skip forward to the specified docid.
std::string get_description() const
Return a string description of this object.
PostList * check(Xapian::docid did, double w_min, bool &valid)
Check if the specified docid occurs in this postlist.
Base class for a PostList which wraps another PostList.
Abstract base class for postlists.
Xapian::doccount get_termfreq() const
Get an estimate of the number of documents this PostList will return.
PostList * next()
Advance the current position to the next document in the postlist.
Xapian::doccount termfreq
Estimate of the number of documents this PostList will return.
Base class for a PostList which wraps another PostList.