Re: score computation for dismax handler

2010-02-22 Thread Jay Hill
Set the "tie" parameter to 1.0. This param is set between 0.0 (pure disjunction maximum) and 1.0 (pure disjunction sum): http://wiki.apache.org/solr/DisMaxRequestHandler#tie_.28Tie_breaker.29 -Jay On Thu, Feb 18, 2010 at 4:24 AM, bharath venkatesh < bharathv6.proj...@gmail.com> wrote: > Hi , >

score computation for dismax handler

2010-02-18 Thread bharath venkatesh
Hi , When query is made across multiple fields in dismax handler using paramater qf , I have observed that with debug query enabled the resultant score is max score of scores of query across each fields . but I want the resultant score to be sum of score across fields (like the standard ha