Public Member Functions | |
bool | operator() (const Xapian::Document &doc) const |
Decide whether we want this document to be in the MSet. |
Definition at line 246 of file api_db.cc.
bool myMatchDecider::operator() | ( | const Xapian::Document & | doc | ) | const [inline, 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.
Implements Xapian::MatchDecider.
Definition at line 248 of file api_db.cc.
References Xapian::Document::get_data().