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