lucene/solr/example/multicore
Mark Robert Miller b51ee44c39 SOLR-3166: Allow bootstrapping multiple config sets from multi-core setups.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294169 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 14:50:01 +00:00
..
core0/conf SOLR-2717: Some tests annoyingly use a data dir under example/multicore/core0|1 - worse, more than one test does this, so sometimes they can stomp on each other. 2011-08-18 16:37:13 +00:00
core1/conf SOLR-2717: Some tests annoyingly use a data dir under example/multicore/core0|1 - worse, more than one test does this, so sometimes they can stomp on each other. 2011-08-18 16:37:13 +00:00
exampledocs SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
README.txt SOLR-2232: Improved README info on solr.solr.home in examples 2010-12-21 20:01:40 +00:00
solr.xml SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
zoo.cfg SOLR-3166: Allow bootstrapping multiple config sets from multi-core setups. 2012-02-27 14:50:01 +00:00

README.txt

This is an alternative setup structure to support multiple cores.

To run this configuration, start jetty in the example/ directory using:

java -Dsolr.solr.home=multicore -jar start.jar

For general examples on standard solr configuration, see the "solr" directory.