元素类型 \"field\" 必须后跟属性规范,\">\" 或 \"/>\"。"

Element type \"field\" must be followed by either attribute specifications, \">\" or \"/>\"."

我正在尝试用我的 solr 做一个集合 _config.我收到以下错误:

{ "failure": { "10.47.24.19:5285_solr": "org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at https://10.47.24.19:5285/solr: Error CREATEing SolrCore 'localWebCollection_shard1_replica2': Unable to create core [localWebCollection_shard1_replica2] Caused by: Element type \"field\" must be followed by either attribute specifications, \">\" or \"/>\".", "10.44.121.52:6560_solr": "org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at https://10.44.121.52:6560/solr: Error CREATEing SolrCore 'localWebCollection_shard1_replica1': Unable to create core [localWebCollection_shard1_replica1] Caused by: Element type \"field\" must be followed by either attribute specifications, \">\" or \"/>\"." }

我检查了 schema.xml 中存在的所有字段。它们都以“/>”结束。关于如何修复此错误的任何想法?
任何帮助或想法将不胜感激。

原来其中一个字段中两个属性之间的 'space' 已被删除!看到此错误,您应该确保在 schema.xml 中每个字段的所有属性都正确分隔,并且您已经引用了任何属性的值,例如 "body"、"false", "true"...等等。正确。