[ https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786459#action_12786459 ]
Mark Miller commented on SOLR-1621: ----------------------------------- If you don't see solr.xml, you just assume the very simple default solr.xml - the same as solr will. bq. you would have to change the directory structure somewhere Thats the point of this issue - you won't have to change the directory structure. bq. introduce a new configuration file, and only then you would be able to add more databases You will only introduce a new config file if you decided to forgo it to start - thats fair. The example will come with it. The purpose of this issue is to make the current single core specifiable from solr.xml - that doesn't mean you need an explicit solr.xml - any tool and solr can assume the most basic solr.xml that would be the default anyway : private final static String SINGLE_CORE_CONFIG = "<solr persistent=\"false\"><cores adminPath=\"/admin/cores\"><core name=\"DEFAULT_CORE\" instanceDir=\".\" /></cores></solr>"; I'll let it go - others that don't wan't it required (from the zookeeper issue) can chime in, or I'll just let it go. > Deprecate deployments w/o solr.xml > ---------------------------------- > > Key: SOLR-1621 > URL: https://issues.apache.org/jira/browse/SOLR-1621 > Project: Solr > Issue Type: New Feature > Affects Versions: 1.5 > Reporter: Noble Paul > Fix For: 1.5 > > > supporting two different modes of deployments is turning out to be hard. This > leads to duplication of code. Moreover there is a lot of confusion on where > do we put common configuration. See the mail thread > http://markmail.org/message/3m3rqvp2ckausjnf -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.