|
xapian-core
2.0.0
|
Inheritance diagram for MDecider_estimateop2:
Collaboration diagram for MDecider_estimateop2:Private Member Functions | |
| bool | operator() (const Xapian::Document &) const override |
| Decide whether to accept a document. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Xapian::MatchDecider | |
| MatchDecider () noexcept | |
| Default constructor, needed by subclass constructors. More... | |
| virtual | ~MatchDecider () |
| Virtual destructor, because we have virtual methods. More... | |
Definition at line 1480 of file api_query.cc.
|
inlineoverrideprivatevirtual |
Decide whether to accept a document.
This is called by the matcher for documents before adding them to the candidate result set. Note that documents accepted here may still not appear in the final MSet (better documents may be found, for example).
| doc | The document to consider. |
Implements Xapian::MatchDecider.
Definition at line 1481 of file api_query.cc.