On 10/5/2018 7:24 AM, Timeka Cobb wrote:
Good morning! The Nutch community doesn't help much..the problem I notice
is where they say install Solr the first step create resources: the
basicconfig file does not exist at all in the Solr packet..I can't connect
because Solr is missing files that are required in the setup process. Maybe
try to install this in the Nutch directory..I don't know but I'm going to
figure it out. Thank you for your help😊

The config example included with Solr that is considered "default" used to be called basic_configs.  In more recent versions, it has been renamed to _default. The name does include the leading underscore as I have written it.

Nutch should not be relying on example configs included with Solr.  Those can easily change in new versions to be something that's not compatible with their software.  They should be completely supplying the entire configuration (the "nutch" configset).  This includes the schema and solrconfig.xml, as well as any other config files referenced by those two.  Different configs for different Solr versions might become necessary ... they will need to be prepared for that.

Thanks,
Shawn

Reply via email to