[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13679809#comment-13679809 ]
Shawn Heisey commented on SOLR-4792: ------------------------------------ {quote} {noformat} solr.x.x |-----lib |-----conf (solr.properties, solrconfig.xml, schema.xml ,etc) |-----bin (start.sh, stop.sh, start-cloud.sh etc) |-----data (configure a different value from the conf dir) {noformat} {quote} This layout looks pretty good for a setup that uses config sets. It is also a good layout for the single-core mode that was common back in the 1.x days but still supported in 4.x. IMHO we should drop support for that mode in 5.0. For multicore with discovery as it exists in 4.4, it's not a good layout. You'd want to have a directory for what is currently called solr.solr.home, which would contain solr.xml. Under that you would have directories for each core, each of which would have data and possibly conf. We also have to figure out where to put bits like example and the source code. > stop shipping a war in 5.0 > -------------------------- > > Key: SOLR-4792 > URL: https://issues.apache.org/jira/browse/SOLR-4792 > Project: Solr > Issue Type: Task > Components: Build > Reporter: Robert Muir > Assignee: Robert Muir > Fix For: 5.0 > > Attachments: SOLR-4792.patch > > > see the vote on the developer list. > This is the first step: if we stop shipping a war then we are free to do > anything we want. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org