es查询in的语句
时间:2020-03-07 20:48:18
收藏:0
阅读:1599
{
"_source": {
"include": [
"delivery_id",
"sender_mobile"
]
},
"query": {
"bool": {
"must": [
{
"terms": {
"sender_mobile": [
"12122222222",
"13111111111",
"13522222222"
]
}
}
]
}
}
}
原文:https://www.cnblogs.com/wangflower/p/12436954.html
评论(0)