Hi All,
I'm trying convert the json response to SearchResponse.. with this solution https://stackoverflow.com/questions/25425243/create-dummy-searchresponse-instance-for-elasticsearch-test-case it is working for simple response without Aggregations.. how do we achieve with Aggregation.
Thanks in Advance