I want to convert the elasticsearch search result to Json Object. I havent found any proper way to convert directly.
SearchResponse response = client.prepareSearch(index).setExplain(true).execute().actionGet(); response->JSON Object. Is there any way to convert an ElasticSearch response to a Json Object?