Public Member Functions
Xapian::MatchDecider Class Reference

Base class for matcher decision functor. More...

+ Inheritance diagram for Xapian::MatchDecider:

List of all members.

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.

Detailed Description

Base class for matcher decision functor.


Member Function Documentation

virtual bool Xapian::MatchDecider::operator() ( const Xapian::Document doc) const [pure virtual]

Decide whether we want this document to be in the MSet.

Parameters:
docThe document to test.
Returns:
true if the document is acceptable, or false if the document should be excluded from the MSet.

Implemented in Xapian::ValueSetMatchDecider.


The documentation for this class was generated from the following file:

Documentation for Xapian (version 1.3.1).
Generated on Fri May 3 2013 by Doxygen 1.7.6.1.