So, I just play with Solr 5, but I tried to add a new Core through the admin interface and on the command line:
bin/solr create -c new_core
But in both situations, I get the following error:
new_core: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core new_core: Error loading solr config from /Users/blah/lib/solr-5.3.0/server/solr/new_core/conf/solrconfig.xml
I started my Solr server using this:
bin/solr start
I follow the docs here:
https://cwiki.apache.org/confluence/display/solr/Running+Solr
So what is the fix? How should this work out of the box, I assume that there should be some kind of template that uses the admin user interface to create new kernels?
source share