Public Member Functions | |
ExpandDeciderAnd (const ExpandDecider &first_, const ExpandDecider &second_) | |
Terms will be checked with first, and if accepted, then checked with second. | |
ExpandDeciderAnd (const ExpandDecider *first_, const ExpandDecider *second_) | |
Compatibility method. | |
virtual bool | operator() (const std::string &term) const |
Do we want this term in the ESet? |
Terms are only accepted if they are accepted by both of the specified ExpandDecider objects.
Xapian::ExpandDeciderAnd::ExpandDeciderAnd | ( | const ExpandDecider * | first_, | |
const ExpandDecider * | second_ | |||
) | [inline] |
Compatibility method.