#include <enquire.h>
Inheritance diagram for Xapian::ExpandDecider:
Public Member Functions | |
virtual int | operator() (const std::string &tname) const =0 |
Decide whether we want this term to be in the expand set. | |
virtual | ~ExpandDecider () |
Destructor. |
|
Destructor.
|
|
Decide whether we want this term to be in the expand set.
Implemented in Xapian::ExpandDeciderFilterTerms, and Xapian::ExpandDeciderAnd. |