【发布时间】:2022-11-21 02:19:01
【问题描述】:
当我升级 SSL 时,我的 elasticsearch 已停止工作,不知道为什么?
$params = [
'index' => 'vf_dev',
'size' => $filter["limit"],
'from' => $filter["skip"],
'body' => [
'query' => [
'bool' =>
$search
]
]
];
我的查询如上。我的错误如下所示。我错过了什么?
{"type":"x_content_parse_exception","reason":"[1:93] [bool] 无法解析字段 [must]"}],"type":"x_content_parse_exception","reason":"[1:93 ] [bool] 无法解析字段 [must]","caused_by":{"type":"illegal_state_exception","reason":"无法在 1:93 获取 START_ARRAY 上的文本
【问题讨论】:
标签: elasticsearch