Definition at line 267 of file api_none.cc.
◆ TestRangeProcessor()
TestRangeProcessor::TestRangeProcessor |
( |
bool & |
destroyed_ | ) |
|
|
inline |
◆ operator()()
Xapian::Query TestRangeProcessor::operator() |
( |
const std::string & |
begin, |
|
|
const std::string & |
end |
|
) |
| |
|
inlineoverridevirtual |
Check for a valid range of this type.
Override this method to implement your own range handling.
- Parameters
-
begin | The start of the range as specified in the query string by the user. |
end | The end of the range as specified in the query string by the user (empty string for no upper limit). |
- Returns
- An OP_VALUE_RANGE Query object (or if end.empty(), an OP_VALUE_GE Query object). Or if the range isn't one which this object can handle then Xapian::Query(Xapian::Query::OP_INVALID) will be returned.
Reimplemented from Xapian::RangeProcessor.
Definition at line 274 of file api_none.cc.
References Xapian::Query::MatchAll.
◆ destroyed
The documentation for this class was generated from the following file: