Hi Viresh, defType=dismax should do the trick. By the way, example solrconfig.xml has an example of edismax query parser usage.
On Thursday, January 23, 2014 2:34 PM, Viresh Modi <viresh.m...@highq.com> wrote: i checked solrconfig.xml in solr 4.3 and solr 1.4 In both i have checked *Solr 1.4::* <requestHandler name="dismax" class="solr.SearchHandler" default="true"> <requestHandler name="standard" class="solr.SearchHandler"> *Solr 4.3::* <requestHandler name="/select" class="solr.SearchHandler"> so how to handle dismax query type(qt) in solr 4.3 in solr 1.4.1 we have used qt=dismax but solr 4.3 there is no such configuration. so both give different result. -- Regards, Viresh Modi