Hi,

  I'm trying to check if it's possible to include a conditional boosting in
Solr qf field. For e.g. I've the following entry in qf parameter.

<str name="qf">text^0.5 title^10.0 ProductLine^5</str>

What I'm looking is to add the productline boosting only for a given Author
field, something in the lines boost ProductLine^5 if Author:"Tom".

I've been using a similar filtering in "appends" section, but not sure how
to do it in "qf or whether it's possible.


<lst name="appends">
<str name="fq">Author:("Tom"  +Solution:"yes") </str>
</lst>

Any pointers will be appreciated.

Thanks,
Shamik

Reply via email to