Unable? In what way?
Did you look at the Solr "example"?
Did you look at solr.xml?
Did you see the <core> element? (Needs to be one per core/collection.)
Did you see the "multicore" directory in the example?
Did you look at the solr.xml file in multicore?
Did you see how there are separate directories for each collection/core in
multicore?
Did you see how there is a <core> element in solr.xml in multicore, one for
each collection directory (instance)?
Did you try setting up your own test directory parallel to multicore in
example?
Did you read the README.txt files in the Solr example directories?
Did you see the command to start Solr with a specific Solr "home"
directory? -
java -Dsolr.solr.home=multicore -jar start.jar
Did you try that for your own test solr home directory created above?
So... what exactly was the problem you were encountering? Be specific.
My guess is that you simply need to re-read the README.txt files more
carefully in the Solr "example" directories.
If you have questions about what the README.txt files say, please ask them,
but please be specific.
-- Jack Krupansky
-----Original Message-----
From: hupadhyay
Sent: Thursday, March 28, 2013 5:35 AM
To: solr-user@lucene.apache.org
Subject: Re: multicore vs multi collection
Does that means i can create multiple collections with different
configurations ?
can you please outline basic steps to create multiple collections,cause i am
not able to
create them on solr 4.0
--
View this message in context:
http://lucene.472066.n3.nabble.com/multicore-vs-multi-collection-tp4051352p4052002.html
Sent from the Solr - User mailing list archive at Nabble.com.