lucene/solr/example/multicore
Uwe Schindler cf8a0ca50b SOLR-4265: Fix decoding of GET/POST parameters for servlet containers with non-UTF-8 URL parsing (Tomcat)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429534 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 14:55:11 +00:00
..
core0/conf SOLR-4265: Fix decoding of GET/POST parameters for servlet containers with non-UTF-8 URL parsing (Tomcat) 2013-01-06 14:55:11 +00:00
core1/conf SOLR-4265: Fix decoding of GET/POST parameters for servlet containers with non-UTF-8 URL parsing (Tomcat) 2013-01-06 14:55:11 +00:00
exampledocs
README.txt SOLR-2232: Improved README info on solr.solr.home in examples 2010-12-21 20:01:40 +00:00
solr.xml add a couple cloud props to multicore example solr.xml 2012-05-20 20:54:17 +00: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.