#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. |
virtual Xapian::MatchDecider::~MatchDecider | ( | ) | [virtual] |
Destructor.
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 Xapian::MultipleMatchDecider, Xapian::ValueCountMatchSpy, and Xapian::TermCountMatchSpy.