{
"_source": {
"include": [
"delivery_id",
"sender_mobile"
]
},
"query": {
"bool": {
"must": [
{
"terms": {
"sender_mobile": [
"12122222222",
"13111111111",
"13522222222"
]
}
}
]
}
}
}
原文:https://www.cnblogs.com/wangflower/p/12436954.html