can't find solr.xml

View: New views
3 Messages — Rating Filter:   Alert me  

can't find solr.xml

by javaxmlsoapdev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

RE: can't find solr.xml

by ANKITBHATNAGAR :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It should be in couple of places like - apache-solr-1.3\example\exampledocs etc
 
-Ankit
 


-----Original Message-----
From: javaxmlsoapdev [mailto:vikasdp@...]
Sent: Friday, October 30, 2009 4:50 PM
To: solr-user@...
Subject: 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.
--
View this message in context: http://old.nabble.com/can%27t-find-solr.xml-tp26136630p26136630.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: can't find solr.xml

by hossman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


: 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