>It appears that the defType parameter is not being set by the request >>handler.
What do you get when you append &echoParams=all to your search url? So you have something like this entry in solrconfig.xml <requestHandler name="standard" class="solr.SearchHandler" default="true"> <lst name="defaults"> <str name="defType">myqp</str> </lst> </requestHandler>