> I got the point that to boost search
> result i have to sort by score.
> But as in solrconfig for dismax request handler i use 
> 
> *<str name="qf">
>         text^0.5 name^1.0
> description^1.5 
>  </str>*
> 
> 
> because i want docs having querystring in description field
> come upper in
> search results.
> but what i am getting is first doc in search result which
> does not have
> querystring in its description field.

Increase the boost factor of description till you get. Lets say make it 100. 
Adding &debugQuery=on will show how the actual score is calculated.

Reply via email to