> Hi. I'm looking for a tutorial on how
> to set up two cores for a Solr 4.0 Beta instance. 

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

Both example-DIH and multicore can be used as an example. 

cd solr/example
java -Dsolr.solr.home=example-DIH/solr -jar start.jar
java -Dsolr.solr.home=multicore -jar start.jar

> Also, what are "Collections" in Solr 4? Are they related to
> cores? 

http://search-lucene.com/m/HCqet1nkS712/

Reply via email to