[Xapian-tickets] [Xapian] #674: Remote Database Sorting Incorrectly
Xapian
nobody at xapian.org
Fri Apr 24 07:14:16 BST 2015
#674: Remote Database Sorting Incorrectly
---------------------------+--------------------
Reporter: dylang | Owner: olly
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords: remote
Blocked By: | Blocking:
Operating System: All |
---------------------------+--------------------
When querying databases through "xapian-progsrv" and sorting by value
there appears to be circumstances under which the results returned are not
correctly sorted by that value. A comparison has been done to accessing
the same databases directly and there is no problem, but when using
xapian-progsrv it fails.
I've created a small failing example with 2 databases and a couple of ruby
scripts to demonstrate my point at https://github.com/DylanGriffith
/xapian-remote-test . The databases only contain value 0, there are no
terms or data. Those values are integers that have gone through Xapian
sort_serialise . Doing a query using local databases it works. When using
xapian-progsrv through ssh it fails (ie. the results returned are not
sorted in the way they should be).
--
Ticket URL: <http://trac.xapian.org/ticket/674>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list