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