{ "query": { "nested": { "path": "map", "query": { "bool": { "must": [ { "match": { "map.id": "id_1_33" } }, { "match": { "map.year": 2016 } } ] } } } } }