[Xapian-discuss] How does the sorting of search result work in Xapian?

Ram Peters rampeters at gmail.com
Thu Apr 5 14:55:36 BST 2007


I have fields in the database for title, description, and created_at.
I am using this to create document to be indexed.

I want to sort the result in DESENDING order of CREATED_AT.  Do I do
this on database level, or after the result retrieved from the
database.  Do I have to manually sort them, using some sorting
algorithms?

Thank you.



More information about the Xapian-discuss mailing list