版本: 7.5
使用的: Elasticsearch-PHP
我多次看到Elasticsearch 7 以后会移除 索引中的type, 搞了测试的索引,插入索引把type注释了,会报错哦
使用的: Elasticsearch-PHP
我多次看到Elasticsearch 7 以后会移除 索引中的type, 搞了测试的索引,插入索引把type注释了,会报错哦
$params = [
'index' => 'cs',
// 'type' => 'relation',
'id' => $id,
'body' => $data
];
$response = $this->client->index($params);
halt($response);
会报出 type is required for Index 哦.不是取消了,不需要指定type了,哪位大神,不胜感激,小弟刚学.百度了好久都没找到结果.
6 个回复
JiangJibo - 喊我雷锋
赞同来自:
FFFrp
赞同来自:
w_b
赞同来自:
JiangJibo - 喊我雷锋
赞同来自:
envy666
赞同来自:
wy04313
赞同来自: