Please review: http://wiki.apache.org/solr/UsingMailingLists

You haven't shown us what you _do_ get, what you expect, why
you think there's an error. Adding &debug=query will show you
the parsed query and may give you a clue.

Best,
Erick

On Mon, May 9, 2016 at 11:02 PM, Upendra Kumar Baliyan
<ubali...@sapient.com> wrote:
> 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
>

Reply via email to