Re: How to get the config set name of Solr core

2020-12-08 Thread Andreas Hubold
Hi, I was able to add the config set to the STATUS response by implementing a custom extended CoreAdminHandler. However, it would be nice if this could be added in Solr itself. I've create a JIRA for this: https://issues.apache.org/jira/browse/SOLR-15034 Kind regards, Andreas -- Sent from: ht

How to get the config set name of Solr core

2020-12-07 Thread Andreas Hubold
Hi, is there a way to get the name of the config set for an existing Solr core from a stand-alone Solr server (not SolrCloud)? I need the name of the config set to create another core with the same config. The actual use case here is to have a script that creates cores of the same config on