Simple implementation of Stopper class - this will suit most users.
More...
|
| SimpleStopper () |
| Default constructor.
|
|
template<class Iterator > |
| SimpleStopper (Iterator begin, Iterator end) |
| Initialise from a pair of iterators.
|
|
void | add (const std::string &word) |
| Add a single stop word.
|
|
virtual bool | operator() (const std::string &term) const |
| Is term a stop-word? More...
|
|
virtual std::string | get_description () const |
| Return a string describing this object.
|
|
virtual | ~Stopper () |
| Class has virtual methods, so provide a virtual destructor.
|
|
Simple implementation of Stopper class - this will suit most users.
virtual bool Xapian::SimpleStopper::operator() |
( |
const std::string & |
term | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: