I am new to RestHighLevelClient Java API, could someone please help me on writing code for validating final query before executing in elasticsearch. I came to know that ElasticSearch is providing ValidateAPI, but there is no where given sample implementation using RestHighLevelClient object for validating query.
In the meantime, you need to implement that by yourself using the low level instance and by sending the GET request "manually" and reading the response "manually".
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.