Hi,
I am looking to do a count of the result of top hits aggregation.
The result of the top hits aggregation could be:
[
{
"defect_name": "defect1",
"status": "open"
},
{
"defect_name": "defect2",
"status": "open"
},
{
"defect_name": "defect3",
"status": "open"
}
]
And I want the query to return 3, the count of result set of the top hits aggregation. Is this possible in Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.