多个精确查询用什么?multi_match这个是多个模糊查询
{
"query":{
"bool":{
"filter":[
"match_phrase":{
"age":41
}
},
"id": "drug_user370283197604176814"
]