Hi,
Is it possible to execute a query supplied in Json String using Elasticsearch Client 5.1.2 ?
All of the examples and documentation mentions SearchBuilder to build the query. However in my case the query is already in JSON String, I just need to execute it (if possible) ?