You could also promote recent results with a function query term. I've done that for news sites, where "recency" is an important part of relevancy. --wunder
On 3/23/07 4:59 PM, "Chris Hostetter" <[EMAIL PROTECTED]> wrote: > > : 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