Public Member Functions | |
NumericRange (double lower_, double upper_) | |
Construct a NumericRange object. | |
double | get_lower () const |
Get the start of the range. | |
double | get_upper () const |
Get the end of the range. | |
bool | operator< (const NumericRange &other) const |
Provide an ordering of NumericRange objects. |
This is used to represent ranges of values returned by the match spies.
Warning: this API is currently experimental, and is liable to change between releases without warning.
Xapian::NumericRange::NumericRange | ( | double | lower_, | |
double | upper_ | |||
) | [inline] |
Construct a NumericRange object.
lower_ | The start of the range. | |
upper_ | The end of the range. |