ES 7.5.1自带的SQL不支持offset操作吗?执行报错
{
"error": {
"root_cause": [
{
"type": "parsing_exception",
"reason": "line 1:60: mismatched input 'offset' expecting <EOF>"
}
],
"type": "parsing_exception",
"reason": "line 1:60: mismatched input 'offset' expecting <EOF>",
"caused_by": {
"type": "input_mismatch_exception",
"reason": null
}
},
"status": 400
}
{
"error": {
"root_cause": [
{
"type": "parsing_exception",
"reason": "line 1:60: mismatched input 'offset' expecting <EOF>"
}
],
"type": "parsing_exception",
"reason": "line 1:60: mismatched input 'offset' expecting <EOF>",
"caused_by": {
"type": "input_mismatch_exception",
"reason": null
}
},
"status": 400
}
0 个回复