'dis_max'
{
"query": {
"dis_max": {
"queries": [
{
"match": {
"State": "MA"
}
},
{
"match": {
"City": "Boston"
}
}
]
}
}
}
Last updated