Hi Solr experts, I am looking for a solution for this. We are using edismax query parser. We have query like this: q: (query1 OR query2 OR query3) &bq:(bq1^2 bq2^3) &bq:(bq3 bq4)
We wanted to add "tie breaker" only for bq1 and bq2 (Use Max instead of sum). How can we do that? Thanks, Manish.