David Smiley created SOLR-15095: ----------------------------------- Summary: Make configsets "conf" intermediate dir optional Key: SOLR-15095 URL: https://issues.apache.org/jira/browse/SOLR-15095 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Reporter: David Smiley Assignee: David Smiley
Configsets in Solr on the server (not in ZooKeeper) are in paths that look like this like this: {{SOLR_HOME/configsets/CONFIGSET_NAME/conf/solrconfig.xml}} This displays not just where they go but the tree down to one file. *The "conf/" part there is totally needless, and I'd like it to be optional – it can work this way (back-compat) but we'd henceforth omit it here in what we ship and docs.* It seems to be there due to the way the code evolved from pre-configSet times to having a configSet. Relevant code here is SolrResourceLoader.getConfigDir and ConfigSetService.Standalone.locateInstanceDir -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org