Your assumption is not correct. The Web UI core admin expects that you've already created the new core's directory and the associated conf directory below it. Since each core may have a much different config, there's no good way to pick the right set of configurations, your schema.xml file which is the heart of your search really must be customized to support your individual use-case.
Personally I'd use the "bin/solr create_core" script command instead. Admittedly the admin UI is tempting, but it makes some assumptions. Best, Erick On Thu, Dec 29, 2016 at 1:53 AM, Leon STRINGER <leon.strin...@ntlworld.com> wrote: > Hi, > > I'm new to Solr and am trying to set up a newly installed Solr instance. > > When I try to create a core via the web interface I get: > > Error CREATEing SolrCore 'new_core': Unable to create core [new_core] Caused > by: > QueryElevationComponent missing config file: 'elevate.xml either: > /var/solr/data/new_core/conf/elevate.xml or > /var/solr/data/new_core/data/elevate.xml must exist, but not both. > > Intermittently I see the following error first with the above error appearing > "behind" it: > > Connection to Solr lost > > Please can anyone tell me what I've done wrong? > > "elevate.xml" doesn't exist anywhere in /var/solr/data/new_core but I'm > presuming this should be being automatically created as part of this process > using the one in /opt/solr/server/resources (which does exist). Directory > /var/solr/data/new_core/conf doesn't get created at all but > /var/solr/data/new_core/data does. > > I can't see anything obvious in the log apart from the above error. > > Solr 6.3.0 on Fedora 25 with OpenJDK 1.8.0_111. > > Thanks, > > Leon Stringer