You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2009/11/04 02:06:16 UTC

Re: can't find solr.xml

: I have downloaded apache-solr-1.3.0.tgz for Linux and don't see solr.xml. can
: someone assist.

example/multicore/solr.xml is an example solr.xml file demonstrating the 
Multi-Core support in solr 1.3.  as mentioned on the wiki, you can run the 
multicore example using this command...

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

http://wiki.apache.org/solr/CoreAdmin

-Hoss