Hi,
We are using stats aggregation in our project like below
{
"aggs" : {
"grades_stats" : { "stats" : { "field" : "grade" } }
}
}
For some new requirement we want to make use of multiple fields in stats query.
I have read documents on internet regarding it and my understanding is we can use only 1 field
in stats query.
Is there any other way to meet our new requirement?