In trunk, check: http://localhost:8983/solr/select or http://localhost:8983/solr/select?q=
In 1.2, this returns 400, "Missing required parameter: q"Fix could be easy -- add a check in QueryComponent.prepare(), the hitch is that for qt=dismax, q is *not* a required param.
ryan