|
xapian-core
1.4.29
|
Inheritance diagram for GrepMatchDecider:
Collaboration diagram for GrepMatchDecider:Public Member Functions | |
| GrepMatchDecider (const string &needle_) | |
| bool | operator() (const Xapian::Document &doc) const override |
| Decide whether we want this document to be in the MSet. More... | |
Public Member Functions inherited from Xapian::MatchDecider | |
| MatchDecider () | |
| Default constructor. More... | |
| virtual | ~MatchDecider () |
| Destructor. More... | |
Private Attributes | |
| string | needle |
|
inlineexplicit |
|
inlineoverridevirtual |
Decide whether we want this document to be in the MSet.
| doc | The document to test. |
Implements Xapian::MatchDecider.
Definition at line 483 of file api_db.cc.
References Xapian::Document::get_data().