Definition at line 797 of file api_none.cc.
◆ TestValueRangeProcessor()
TestValueRangeProcessor::TestValueRangeProcessor |
( |
bool & |
destroyed_ | ) |
|
|
inline |
◆ operator()()
Xapian::valueno TestValueRangeProcessor::operator() |
( |
std::string & |
begin, |
|
|
std::string & |
end |
|
) |
| |
|
inlinevirtual |
Check for a valid range of this type.
- Parameters
-
[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. |
- Returns
- If this ValueRangeProcessor recognises the range BEGIN..END it returns the value slot number to range filter on. Otherwise it returns Xapian::BAD_VALUENO.
Implements Xapian::ValueRangeProcessor.
Definition at line 803 of file api_none.cc.
◆ destroyed
The documentation for this class was generated from the following file: