Displaying 1 result from an estimated 1 matches for "rangeprocessor".
2016 May 10
0
Xapian 1.3.6 development snapshot released
...lt
paths and program suffix are set to help make this easier). If they are
binary packages you should also be aware that 1.3.x comes with no
guarantee of ABI stability (code built against 1.3.5 will need
rebuilding for 1.3.6).
The most substantial change since 1.3.5 is the addition of the
Xapian::RangeProcessor class, which will replace
Xapian::ValueRangeProcessor (still present, but now deprecated).
Xapian::RangeProcessor allows ranges to expand to any Xapian::Query,
not just a value range, and provides more flexible grouping.
And we've also finally deprecated Xapian::WritableDatabase::flush() -
jus...