#include <expanddecider.h>
Inheritance diagram for Xapian::ExpandDeciderAnd:


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.
|
||||||||||||
|
Terms will be checked with first, and if accepted, then checked with second.
|
|
||||||||||||
|
Compatibility method.
|
|
|
Do we want this term in the ESet?
Implements Xapian::ExpandDecider. |