the interface org.elasticsearch.client.Client provides methods to execute
requests (e.g. index(), delete(), get(), ...) and it also provides prepare
methods which return builder instances which can be used to build and
execute requests.
My question is which of both is the prefered way?
What for example is the main difference between:
the interface org.elasticsearch.client.Client provides methods to execute
requests (e.g. index(), delete(), get(), ...) and it also provides prepare
methods which return builder instances which can be used to build and
execute requests.
My question is which of both is the prefered way?
What for example is the main difference between:
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.