Xapian::MatchDecider Class Reference

Base class for matcher decision functor. More...

Inheritance diagram for Xapian::MatchDecider:

Inheritance graph
[legend]

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:
doc The 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.2.15).
Generated on 17 Apr 2013 by Doxygen 1.5.9.