I am upgrading a Solr 4 server to Solr 8, and one issue I found is the format of solr.xml changed and I can no longer specify <cores defaultCoreName='collection1'>...
- this leads to having to specify the core name in the URL's to search, dataimport etc. when in the old SOLR 4 the users didn't have to.
Is there a way to specify the default core in SOLR 8 for the purposes of defaulting the URL's not having that core to defaulting to it?