Hello, Is it possible to upload the entire schema and solrconfig.xml to a Solr running on standalone mode?
I know about the Config API <https://lucene.apache.org/solr/guide/6_6/config-api.html>, but it allows only add or modify solrconfig properties, and what I want is to change the whole config (schema and solrconfig) to ensure it's up to date. What I need is something similar to the Configsets API <https://lucene.apache.org/solr/guide/6_6/configsets-api.html>, where I'm able to upload a zip containing both schema and solrconfig.xml, but unfortunately it's SolrCloud only. Is there a way of doing that in standalone mode? Thanks in advance. Alessandro Hoss