If I'm not using edismax or dismax, is there a way to boost a specific property through solrconfig.xml? I'm avoiding hard-coding boost in query. Following is my the request handler in solronfig.xml right now
<requestHandler name="/myHandler" class="solr.SearchHandler"> <lst name="defaults"> <str name="echoParams">explicit</str> <int name="rows">10</int> <str name="df">myFiled</str> <str name="q.op">OR</str> <str name="facet.method">fc</str> </lst> </requestHandler> -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html