

Public Member Functions | |
| AuthorValueRangeProcessor () | |
| Xapian::valueno | operator() (std::string &begin, std::string &end) |
| See if <begin>. | |
Definition at line 1389 of file queryparsertest.cc.
| AuthorValueRangeProcessor::AuthorValueRangeProcessor | ( | ) | [inline] |
Definition at line 1390 of file queryparsertest.cc.
| Xapian::valueno AuthorValueRangeProcessor::operator() | ( | std::string & | begin, | |
| std::string & | end | |||
| ) | [inline, virtual] |
See if <begin>.
.<end> is a valid value range.
If this ValueRangeProcessor recognises <begin>..<end> it returns the value number of range filter on. Otherwise it returns Xapian::BAD_VALUENO.
Implements Xapian::ValueRangeProcessor.
Definition at line 1392 of file queryparsertest.cc.
References Xapian::BAD_VALUENO, and Xapian::Unicode::tolower().