Aggregation Results in Column format

Does the ElasticSearch Java API have a way to convert Aggregation output to a Column/Row representation? The SQL API does this, but I don't see a way to do it with search API.

Thanks!

You need to do that by yourself I guess.
You might be able to do it with logstash though.