0
votes

I have set up solr3.6.2 in Ubuntu 14.04 and it's working fine. Now I want a multicore setup of this solr installation I have copied "core0", "core1" and solr.xml from

/opt/solr/example/multicore 

to

/opt/solr/example/ 

and restarted jetty and solr. When I type http://localhost:8983/solr/core0 , it gives 404 errror. How I can fix this?

1

1 Answers

0
votes

check the entries in the solr.xml file. it should have the entries like

 <core name="core0" instanceDir="./"/>

 <core name="core1" instanceDir="./"/>

please refer the links below

http://docs.ckan.org/en/ckan-2.2/appendices/solr-multicore.html
http://docs.ckan.org/en/ckan-2.2/appendices/solr-multicore.html#creating-another-solr-core

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