When running Solr queries from Blacklight the query parser being used is the DisMax query parser. However, the query parser configured in my solrconfig.xml file is the EDisMax parser. For some reason, Blacklight sends deftype=dismax in the request to Solr and so overrides the desired deftype=edismax value as it is defined in Solr's configuration.
How do I stop Blacklight from overriding the deftype parameter?