Solr启动时报 

org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:

Unable to use updateLog: _version_field must exist in schema,

using indexed="true" stored="true" and multiValued="false" (_version_ does not exist) 

解决的方法是:在solr的schema.xml文件中加一个 名为 _version_ 的Field

启动Solr时报  _version_ field must exist in schema 错误的解决方法

 

相关文章:

  • 2021-07-01
  • 2021-11-26
  • 2022-12-23
  • 2021-07-19
  • 2021-08-18
  • 2022-12-23
  • 2021-05-11
猜你喜欢
  • 2022-02-21
  • 2022-01-05
  • 2022-02-11
  • 2021-12-06
  • 2022-01-23
  • 2022-12-23
相关资源
相似解决方案