升级前的ES的版本:6.3.2
升级后的ES的版本:7.16.3
{
"query":{
"bool":{
"filter":{
"geo_shape":{
"geometry":{
"shape":{
"type":"polygon",
"coordinates":[[
[171.967,12.2548],
[171.964,12.2541],
[171.96,12.251],
[171.967,12.2548]
]]
},
"relation": "within"
}
}
}
}
}
}
请问下有什么解决思路吗?
升级后的ES的版本:7.16.3
{
"query":{
"bool":{
"filter":{
"geo_shape":{
"geometry":{
"shape":{
"type":"polygon",
"coordinates":[[
[171.967,12.2548],
[171.964,12.2541],
[171.96,12.251],
[171.967,12.2548]
]]
},
"relation": "within"
}
}
}
}
}
}
请问下有什么解决思路吗?
1 个回复
zerolh - 努力学习中
赞同来自: