如题,
match_phrase搜索报错如下:
不知道拼音搜索是如何处理offset的?
match_phrase搜索报错如下:
{
"error" : {
"root_cause" : [
{
"type" : "array_index_out_of_bounds_exception",
"reason" : null
}
],
"type" : "search_phase_execution_exception",
"reason" : "all shards failed",
"phase" : "query",
"grouped" : true,
"failed_shards" : [
{
"shard" : 0,
"index" : "pinyin_index",
"node" : "gDlILShpRcaaiuzMO75Jcw",
"reason" : {
"type" : "array_index_out_of_bounds_exception",
"reason" : null
}
}
],
"caused_by" : {
"type" : "array_index_out_of_bounds_exception",
"reason" : null,
"caused_by" : {
"type" : "array_index_out_of_bounds_exception",
"reason" : null
}
}
},
"status" : 500
}
不知道拼音搜索是如何处理offset的?
0 个回复