You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2011/11/05 02:50:44 UTC

Re: Question about dismax and score boost with date

: /solr/ftf/dismax/?q=libya
: &debugQuery=off
: &hl=true
: &start=
: &rows=10
: ----------------------------------------------
: 
: I am trying to factor in created to the SCORE. (boost) I have tried a million
: ways to do this, no success. I know the dates are populating correctly because
: I can sort by them. Can anyone help me implement date boosting with dismax
: under this scenario???

https://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_boost_the_score_of_newer_documents
https://wiki.apache.org/solr/FunctionQuery#Date_Boosting


-Hoss