Hi, I want to boost recent (*today's*) documents having a certain *field value*. The two fields to be bosted are respectively: '*date*' & '*site*'. But I dont want to penalize *recent *documents not satisfying the field value ('*site*'), in favor of *older* documents satisfying this field value ('*site*').
- I've boosted documents having this field value ('*site*'), using *dismax boost query*. - And I've found on solr doc how to boost *recent *docs: https://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_boost_the_score_of_newer_documents - But I cant combine these two boosts. -- Hakim Benoudjit.