I'm trying to improve an existing solr search which uses the StandardRequestHandler. I'd like to switch to a dismax-based handler, however I'll need to remove the fieldname from the "fieldname:value" query.
Is it possible to modify the q
parameter value as it's passed to a request handler?