: Is there a way (in 1 query) to retrieve the best scoring X results and : then sort them by another field (date for example)?
not at the moment. keep in mind, this is the type of thing that can be done easily on the client side -- pull back the top X results sorted by score, then sort by date. -Hoss