xapian-core  1.4.25
Public Member Functions | List of all members
Xapian::ExpandDeciderFilterPrefix Class Reference

ExpandDecider subclass which restrict terms to a particular prefix. More...

#include <expanddecider.h>

+ 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.
 
ExpandDeciderrelease ()
 Start reference counting this object.
 
const ExpandDeciderrelease () const
 Start reference counting this object.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExpandDeciderFilterPrefix()

Xapian::ExpandDeciderFilterPrefix::ExpandDeciderFilterPrefix ( const std::string &  prefix_)
inlineexplicit

The parameter specify the prefix of terms to be retained.

Parameters
prefix_restrict terms to the particular prefix_

Member Function Documentation

◆ operator()()

virtual bool Xapian::ExpandDeciderFilterPrefix::operator() ( const std::string &  term) const
virtual

Do we want this term in the ESet?

Parameters
termThe term to test.

Implements Xapian::ExpandDecider.


The documentation for this class was generated from the following file: