I would like to influence the score but I would rather not mess with the q= field since I want the query to dismax for Q.
Something like: fq={!type=dismax qf=$qqf v=$qspec}& fq={!type=dismax qt=dismaxname v=$qname}& q=_val_:"{!type=dismax qf=$qqf v=$qspec}" _val_:"{!type=dismax qt=dismaxname v=$qname}" Is there a way to do a filter and add the FQ to the score by doing it another way? Also does this do multiple queries? Is this the right way to do it?