I have created multiple field aggregation using java api below is the output,
Key : name Value : [{"doc_count":2,"key":"bhounsley"}]
Key : id Value : [{"doc_count":1,"key":1},{"doc_count":1,"key":4}]
But here I want to get output in this fomat is it possible?
name id count
=======================
Bhounsley 1 1
Bhounsley 4 1
Raghu 2 1
Basically I want to combine results of multi field aggregation. I am doing this through java api.
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.