Re: Dismax request handler differences Between Solr Version 3.5 and 1.4

2012-04-12 Thread Erick Erickson
Then I suspect your solrconfig is different or you're using a *slightly* different URL. When you specify defType=dismax, you're NOT going to the "dismax" requestHandler. You're specifying a "dismax" style parser, and Solr expects that you're going to provide all the parameters on the URL. To whit:

Dismax request handler differences Between Solr Version 3.5 and 1.4

2012-04-12 Thread mechravi25
Hi, We are currently using solr (version 1.4.0.2010.01.13.08.09.44). we have a strange situation in dismax request handler. when we search for a keyword and append qt=dismax, we are not getting the any results. The solr request is as follows: http://local:8983/solr/core2/select/?q=Bank&version=2.