ElasticSearch reindex报错:the final mapping would have more than 1 type

ES版本是6.1.3:

在Elasticsearch 6.0.0或更高版本中创建的索引只包含一个mapping type。 在5.x中使用multiple mapping types创建的索引将继续像以前一样在Elasticsearch 6.x中运行。 Mapping types将在Elasticsearch 7.0.0中完全删除。

Indices created in Elasticsearch 6.0.0 or later may only contain a single mapping type. Indices created in 5.x with multiple mapping types will continue to function as before in Elasticsearch 6.x. Mapping types will be completely removed in Elasticsearch 7.0.0.

https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html#_index_per_document_type

相关文章:

  • 2022-12-23
  • 2021-05-06
  • 2021-07-23
  • 2021-10-21
  • 2021-10-18
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-15
  • 2021-09-17
  • 2022-12-23
  • 2021-11-03
  • 2021-09-07
  • 2021-11-19
相关资源
相似解决方案