I've found Java API for building queries very convenient in the java application, on the other hand, I want to use Rest Client to call Elastic cluster.
Is this a right approach to use Java API to build my queries and get the query string and call with Rest? Or is that possible?
Thanks, this is right API I am looking for but actually, I had seen this one.
My process is like this:
I first create my queries by Elastic test framework and by end of the day I transfer those queries to the real application. Unfortunately, I could not get this high-level rest client from Test-framework.
I want to get this rest client from test framework and code against it and by the end of the day simply copy my code from test classes to the real application without any change.
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.