": "[terms] query malformed, no start_object after query name",
"line": 1,
"col": 67...}
],
"type": "parsing_exception",
"reason": "[terms] query malformed, no start_object...after query name",
"line": 1,
"col": 67
},
"status": 400
}
3.2 哪里出了问题?...params": {
"statuses" : {
"itemid": [ 1, 2 ]
}
}
}
用现在正确的对比第一部分出错的,可以找到如下两处错误:
错误1...错误2:查询模版参数中的 statuses 和 itemid 位置写错了。