Код: Выделить всё
{
"aggs": {
"city": {
"nested": {
"path": "locations"
},
"aggs": {
"city": {
"filter": {
"bool": {
"must": [
{
"terms": {
"locations.country.id": [
"4"
]
}
}
]
}
},
"aggs": {
"city": {
"reverse_nested": {},
"aggs": {
"city": {
"filter": {
"bool": {
"must": [
{
"terms": {
"category.id": [
"24"
]
}
}
]
}
},
"aggs": {
"city": {
"nested": {
"path": "locations"
},
"aggs": {
"city": {
"terms": {
"field": "locations.city.id",
"size": 1000
},
"aggs": {
"source": {
"top_hits": {
"size": 1,
"_source": {
"includes": [
"locations.city.id",
"locations.city.names"
]
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/784 ... sticsearch
Мобильная версия