xapian-core
1.4.18
|
Virtual base class for expand decider functor. More...
Public Member Functions | |
ExpandDecider () | |
Default constructor. | |
virtual bool | operator() (const std::string &term) const =0 |
Do we want this term in the ESet? More... | |
virtual | ~ExpandDecider () |
Virtual destructor, because we have virtual methods. | |
ExpandDecider * | release () |
Start reference counting this object. More... | |
const ExpandDecider * | release () const |
Start reference counting this object. More... | |
Virtual base class for expand decider functor.
|
pure virtual |
Do we want this term in the ESet?
term | The term to test. |
Implemented in Xapian::ExpandDeciderFilterPrefix, Xapian::ExpandDeciderFilterTerms, and Xapian::ExpandDeciderAnd.
|
inline |
Start reference counting this object.
You can hand ownership of a dynamically allocated ExpandDecider object to Xapian by calling release() and then passing the object to a Xapian method. Xapian will arrange to delete the object once it is no longer required.
|
inline |
Start reference counting this object.
You can hand ownership of a dynamically allocated ExpandDecider object to Xapian by calling release() and then passing the object to a Xapian method. Xapian will arrange to delete the object once it is no longer required.