I have the following boost requirement using bf

response_rate is 3, boost by ^0.6
response_rate is 2, boost by ^0.3
response_time is 4, boost by ^0.6
response_time is 3, boost by ^0.3

I am using a bf for each of the boost requirement,

bf=map(response_rate,3,3,0.6,0)&bf=map(response_rate,2,2,0.3,0)&bf=map(response_time,4,4,0.6,0)&bf=map(response_time,3,3,0.3,0)

I am trying to reduce on the number of parameters in the query.

Is it possible to combined them into 1 or 2 bf?

Running Solr 4.10.4.

Derek

----------------------
CONFIDENTIALITY NOTICE This e-mail (including any attachments) may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please inform the sender immediately and delete this e-mail (including any attachments) from your computer, and you must not use, disclose to anyone else or copy this e-mail (including any attachments), whether in whole or in part.
This e-mail and any reply to it may be monitored for security, legal, 
regulatory compliance and/or other appropriate reasons.

Reply via email to