Getting started with multi core setup following http://wiki.apache.org/solr/CoreAdmin
and the book. Generally everything makes sense, but I have one
question.
Here's how easy it was:
place the solr.war into the server
create your core directories in the newly created solr/ directory
set up solr.xml, the config files for a data import handler, the
[core]/conf/solrconfig.xml [core]/conf/schema.xml, etc
copy the /admin directory present in /solr into each /solr/[core]
directory
Is step 4 a correct step in the setting up of a multi core environment?
TIA