Answer the question
In order to leave comments, you need to log in
How to filter aggregation in elasticsearch?
I am doing this aggregation:
{
"aggs": {
"characteristics": {
"terms": {
"field": "product_char.char_id"
},
"aggs": {
"value": {
"terms": {
"field": "product_char.value.keyword"
}
}
}
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question