Hi,

I have a doc with the field type_s. The value can be news, photos and
videos.

The priority will be given in this order, photos, videos then news using the
below query,

q=sachin&defType=dismax&bq=type_s:photos^10&bq=type_s:videos^7&bq=type_s:news^5
 
eventhough it is giving more priority to photos, sometimes it needs to
display the videos/news if it is posted recently.

How can i achieve this? Is it possible to use single bq for multiple field
using space or "+"?

Thanks,
Sangeetha



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Boost-docs-which-are-posted-recently-tp4025955.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to