Hi, We are using solr 5.5, but could not achieve field boosting. We are not getting the result as per the below configuration.
Below is configuration in solrconfig.xml for <requestHandler name="/select" <requestHandler name="/select" class="solr.SearchHandler"> <lst name="defaults"> <str name="defType">edismax</str> <str name="qf"> metatag.keywords^10.0 metatag.description^9.0 h1^7.0 h2^6.0 h3^5.0 h4^4.0 _text_^1.0 id^0.5 </str> <str name="mm">100%</str> <str name="q.alt">*:*</str> <str name="rows">10</str> <str name="fl">*,score</str> <str name="echoParams">explicit</str> </lst> Any help ? Regards Upendra Kumar Baliyan