“name”==”a” and (“city” == “b” or “city” == “c”)
GET /gravel-spider-data-*/_search{"query": {"bool": {"must": [{"match_phrase": {"name": "a"}}],"should": [{"match_phrase": {"city": "b"}},{"match_phrase": {"city": "c"}}],"minimum_should_match": 1}},"size": 5}
