

Public Member Functions | |
| AuthorValueRangeProcessor () | |
| Xapian::valueno | operator() (std::string &begin, std::string &end) |
| Check for a valid range of this type. | |
Definition at line 1702 of file queryparsertest.cc.
| AuthorValueRangeProcessor::AuthorValueRangeProcessor | ( | ) | [inline] |
Definition at line 1703 of file queryparsertest.cc.
| Xapian::valueno AuthorValueRangeProcessor::operator() | ( | std::string & | begin, | |
| std::string & | end | |||
| ) | [inline, virtual] |
Check for a valid range of this type.
| [in,out] | begin | The start of the range as specified in the query string by the user. This parameter is a non-const reference so the ValueRangeProcessor can modify it to return the value to start the range with. |
| [in,out] | end | The end of the range. This is also a non-const reference so it can be modified. |
Implements Xapian::ValueRangeProcessor.
Definition at line 1705 of file queryparsertest.cc.
References Xapian::BAD_VALUENO, startswith(), and Xapian::Unicode::tolower().