ElastciSearch版本7.6.1

Rejecting mapping update to [XX] as the final mapping would have more than 1 type: [XX,XX]

报错

Rejecting mapping update to [XX] as the final mapping would have more than 1 type: [XX,XX]

原因是6.x和7.x的版本不允许在一个Index中创建多个Type,一个index中只能有一个type

如果要新建type,只能再添加一个index

在接下来的ES版本中,type将会被删除

相关文章:

  • 2021-11-19
  • 2021-05-06
  • 2021-07-23
  • 2021-06-15
  • 2022-12-23
  • 2021-04-12
  • 2022-01-15
  • 2021-09-28
猜你喜欢
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-11-03
  • 2021-11-20
  • 2021-09-07
相关资源
相似解决方案