Reputation: 13
nutch:arg.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Could not load conf for core nutch: Can't load schema D:\solr-6.5.0\server\solr\nutch\conf\schema.xml:
Plugin init failure for [schema.xml] fieldType "pfloat": Error loading class 'solr.FloatField'
I'm finding this error, can anyone help to fix it?
Upvotes: 1
Views: 1405
Reputation: 52882
FloatField was removed in Solr 5. Use solr.TrieFloatField
instead.
Upvotes: 2