q=table&bf=product(scale(product(query({!v='color'}),1),0,1),100) This worked! Now looking at debug query I see that the nested query is using the default field and default op. from schema.xml How could I pass params to the nested query as the defType or qf. I would like to do something like this (but I'm getting errors):
q=table&bf=product(scale(product(query({!v='color' !qf=title,description !defType=dismax !pf=title^2.0,description^2.0}),1),0,1),100) I don't know how to express the params of the nested query, having errors all the time (removing spaces between params results in errors too). -- View this message in context: http://lucene.472066.n3.nabble.com/bf-nested-queries-and-local-params-tp4035216p4035284.html Sent from the Solr - User mailing list archive at Nabble.com.