On Jan 18, 2008 11:54 PM, muddassir hasan <[EMAIL PROTECTED]> wrote: > Thanks Ryan, > > Field collapsing that u have suggested is close to what i want. > > But I am still in need of certain solution to my first problem i.e. sorting > on combined score of date and relevancy of document.
See the DisMax handler, esp the bf parameter (boost function) where you can add the score of a function query into the full-text relevancy score. An incomplete answer is here: http://wiki.apache.org/solr/SolrRelevancyFAQ -Yonik