[Xapian-discuss] Long query times
Olly Betts
olly at survex.com
Fri Sep 30 15:00:02 BST 2005
On Fri, Sep 30, 2005 at 05:33:58AM -0400, tech at dbx.co.uk wrote:
> Is there a way to turn the relevence sorting off, so that it just did a
> simple match? If I did would the results come back in date order?
That is what I was suggesting. If you set BoolWeight you get the
documents back in docid order (or reverse docid order) which is the same
as date order if you added them in date order.
See (in particular the "Note:" paragraph):
http://www.xapian.org/docs/apidoc/html/classXapian_1_1Enquire.html#a6
Cheers,
Olly
More information about the Xapian-discuss
mailing list