xapian-core  1.4.25
Classes | Functions
branchpostlist.h File Reference

virtual base class for branched types of postlist More...

#include "multimatch.h"
#include "api/postlist.h"
+ Include dependency graph for branchpostlist.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BranchPostList
 Base class for postlists which are generated by merging two sub-postlists. More...
 

Functions

bool next_handling_prune (PostList *&pl, double w_min, MultiMatch *matcher)
 
bool skip_to_handling_prune (PostList *&pl, Xapian::docid did, double w_min, MultiMatch *matcher)
 
bool check_handling_prune (PostList *&pl, Xapian::docid did, double w_min, MultiMatch *matcher, bool &valid)
 

Detailed Description

virtual base class for branched types of postlist

Definition in file branchpostlist.h.

Function Documentation

◆ check_handling_prune()

bool check_handling_prune ( PostList *&  pl,
Xapian::docid  did,
double  w_min,
MultiMatch matcher,
bool &  valid 
)
inline

◆ next_handling_prune()

bool next_handling_prune ( PostList *&  pl,
double  w_min,
MultiMatch matcher 
)
inline

◆ skip_to_handling_prune()

bool skip_to_handling_prune ( PostList *&  pl,
Xapian::docid  did,
double  w_min,
MultiMatch matcher 
)
inline