Elasticsearch 6: Rejecting mapping update as the final mapping would have more than 1 type

后端 未结 5 2131
忘了有多久
忘了有多久 2021-02-18 19:29

I\'m trying to convert a project to use the latest Elasticsearch 6 and am having this problem. I don\'t know if the problem is \"Product\" vs \"product\". In my mappings and att

5条回答
  •  天命终不由人
    2021-02-18 20:22

    This is because of a breaking change in ES 6.x: mapping types were removed (even if for backward compatibility you can still specify it in the path) thus de facto limiting the index to a single type.

    See here for more info.

提交回复
热议问题