Sebastian Nagel created NUTCH-2655:
--------------------------------------
Summary: Update Solr schema.xml for Solr 7.x
Key: NUTCH-2655
URL: https://issues.apache.org/jira/browse/NUTCH-2655
Project: Nutch
Issue Type: Bug
Components: indexer, plugin
Affects Versions: 1.15
Reporter: Sebastian Nagel
Fix For: 1.16
The Solr schema.xml is not compatible with Solr 7.x which is used by Nutch
1.15. I've tested Solr 7.3.1 and 7.5.0: when using the current schema.xml, Solr
fails and complains about unknown field types:
{noformat}
2018-10-15 12:55:24.484 ERROR (qtp102617125-17) [ x:nutch]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error
CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: fieldType
'pdates' not found in the schema
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)