#include <enquire.h>
Inheritance diagram for Xapian::MatchDecider:
Public Member Functions | |
virtual bool | operator() (const Xapian::Document &doc) const=0 |
Decide whether we want this document to be in the MSet. | |
virtual | ~MatchDecider () |
Destructor. |
Definition at line 584 of file enquire.h.
Xapian::MatchDecider::~MatchDecider | ( | ) | [virtual] |
virtual bool Xapian::MatchDecider::operator() | ( | const Xapian::Document & | doc | ) | const [pure virtual] |
Decide whether we want this document to be in the MSet.
Return true if the document is acceptable, or false if the document should be excluded from the MSet.
Implemented in myMatchDecider, and myMatchDecider2.