请知悉:本文最近一次更新为 5年 前,文中内容可能已经过时。

一般碰到报错:”Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true”,都是因为ElasticSearch从低版本升级到高版本造成的。
新的ElasticSearch 7.x,做了调整,要求mapping时不需要提交type,为了确保旧代码的兼容性,加入了一个include_type_name的参数。

如何使用这个参数让旧代码的映射逻辑依然可以正常工作呢?示例代码如下:

$paramsIndex['body']['brand']     = $brandMapping;
$paramsIndex['include_type_name'] = true;
$message = $client->indices()->putMapping($paramsIndex);

如您从本文得到了有价值的信息或帮助,请考虑扫描文末二维码捐赠和鼓励。

尊重他人劳动成果。转载请务必附上原文链接,我将感激不尽。


与《unless the include_type_name parameter is set to true-elasticsearch-php解决办法》相关的博文:


留言

avatar
😀
😀😁😂😅😭🤭😋😘🤔😰😱🤪💪👍👎🤝🌹👌