Re: Error when trying to create a core in solr

2020-06-09 Thread Jim Anderson
Hi Erick, I probably should have included information about the config directory. As part of the setup, I had copied the config directory as follows: $ cp -r /usr/share/solr-8.5.1/server/solr/configsets/_default/* . Note that the copy was from solr-8.5.1 because I could not find a '_default' dir

Re: Error when trying to create a core in solr

2020-06-09 Thread Erick Erickson
You need the entire config directory for a start, not just the schema file. And there’s no need to copy things around, just path to the nutch-provided config directory and you can leave off the “conf” since the upload process automatically checks for it and does the right thing. Best, Erick > On

Error when trying to create a core in solr

2020-06-09 Thread Jim Anderson
Hi, I am running Solr-7.3.1. I have just untarred the Solr-7.3.1 area and created a 'nutch' directory for the core. I have downloaded nutch-master.zip from https://github.com/apache/nutch, unzipped that file and copied schema.xml to .../server/solr/configsets/nutch/conf/schema.xml In the schema f