Hello, I'm using Solr Cloud 6.6. I have a situation where I have a RequestHandler configuration that exists in both the solrconfig.xml file and configoverlay.json file (We inherited this application and are not sure why it is set up like this). From reading the documentation, it seems the configoverlay.json configuration should be the one used. However, while it seems that Solr is pulling most configurations from the configoverlay.json file, it is using the "qf" value from the solrconfig.xml file. Unfortunately, the "qf" fields between the solrconfig and configoverlay files are different, which is leading to unexpected search results.
Has anyone seen this before? If so, what might I do to force the qf field to pull from the configoverlay.json file? Thank you for any insight into this. Best regards, Corey Ellsworth