| xapian-core
    1.4.29
    | 
ExpandDecider subclass which restrict terms to a particular prefix. More...
#include <expanddecider.h>
 Inheritance diagram for Xapian::ExpandDeciderFilterPrefix:
 Inheritance diagram for Xapian::ExpandDeciderFilterPrefix:| Public Member Functions | |
| ExpandDeciderFilterPrefix (const std::string &prefix_) | |
| The parameter specify the prefix of terms to be retained. | |
| virtual bool | operator() (const std::string &term) const | 
| Do we want this term in the ESet? | |
|  Public Member Functions inherited from Xapian::ExpandDecider | |
| ExpandDecider () | |
| Default constructor. | |
| virtual | ~ExpandDecider () | 
| Virtual destructor, because we have virtual methods. | |
| ExpandDecider * | release () | 
| Start reference counting this object. | |
| const ExpandDecider * | release () const | 
| Start reference counting this object. | |
ExpandDecider subclass which restrict terms to a particular prefix.
ExpandDeciderFilterPrefix provides an easy way to choose terms with a particular prefix when generating an ESet.
| 
 | inlineexplicit | 
The parameter specify the prefix of terms to be retained.
| prefix_ | restrict terms to the particular prefix_ | 
| 
 | virtual | 
Do we want this term in the ESet?
| term | The term to test. | 
Implements Xapian::ExpandDecider.