dnet-applications/libs/dnet-openaire-broker-common/src/test/resources/test-search-on-map.json

23 lines
346 B
JSON

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