Hello Everyone,
I know using curl, we can get the mapping
http://www.elasticsearch.org/guide/reference/api/admin-indices-get-mapping.html
What is the equivalent Java api for the same? Short sample code would help
Thanks in advance..!!
Hello Everyone,
I know using curl, we can get the mapping
http://www.elasticsearch.org/guide/reference/api/admin-indices-get-mapping.html
What is the equivalent Java api for the same? Short sample code would help
Thanks in advance..!!
Take a look at the RestGetMappingAction class. It converts the REST
request into the Java API format and is a great example to start from.
--
Ivan
On Tue, Jul 31, 2012 at 1:29 PM, ajasuja jasuja.ankit@gmail.com wrote:
Hello Everyone,
I know using curl, we can get the mapping
Elasticsearch Platform — Find real-time answers at scale | ElasticWhat is the equivalent Java api for the same? Short sample code would help
Thanks in advance..!!
© 2020. All Rights Reserved - Elasticsearch
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.