Base class for stop-word decision functor. More...
Public Member Functions | |
virtual bool | operator() (const std::string &term) const =0 |
Is term a stop-word? | |
virtual | ~Stopper () |
Class has virtual methods, so provide a virtual destructor. | |
virtual std::string | get_description () const |
Return a string describing this object. |
Base class for stop-word decision functor.
virtual bool Xapian::Stopper::operator() | ( | const std::string & | term | ) | const [pure virtual] |