You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2021/01/21 20:39:00 UTC

[jira] [Created] (SOLR-15095) Make configsets "conf" intermediate dir optional

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org