Displaying 1 result from an estimated 1 matches for "get_revision_info".
2016 Feb 28
2
RESTful xapian server needs help
...he whole time until the next stable version of xapian.
Option A: Re-implementing the remote protocol ourselves in our server, these are the things that need to be patched in xapian-core (not a whole lot to change, but there are some important things which would be essential)
1) **IMPORTANT** Add get_revision_info() in Database API (optionally guaranty that, if returned, strings could be compared between revisions to know which revision comes first, using string::compare or strcmp)
2) **IMPORTANT** Make a public MultiMatch API (to be able to re-implement the remote protocol ourselves)
3) **IMPORTANT** Send...