#include <expanddecider.h>
Inheritance diagram for Xapian::ExpandDeciderFilterTerms:
Public Member Functions | |
ExpandDeciderFilterTerms (Xapian::TermIterator terms, Xapian::TermIterator termsend) | |
Constructor, which takes a list of terms which will be filtered out. | |
virtual int | operator() (const std::string &tname) const |
Decide whether we want this term to be in the expand set. |
|
Constructor, which takes a list of terms which will be filtered out.
|
|
Decide whether we want this term to be in the expand set.
Implements Xapian::ExpandDecider. |