Hi
I want to delete index type from index using java.
Thanks
Hi
I want to delete index type from index using java.
Thanks
i got the idea:
DeleteMappingRequest deleteMapping=new
DeleteMappingRequest(indexName).type(indexType);
DeleteMappingResponse actionGet =
client.admin().indices().deleteMapping(type).actionGet();
On Wednesday, April 25, 2012 1:33:21 PM UTC+5:30, sam wrote:
Hi
I want to delete index type from index using java.
Thanks
after deleting an mapping(type) i have try to create mapping with same
name(type) with same data,i got an exception and when i go for searching i
got zero hit. i have include the log details on attachment.please tell me
where the problem.
Thanks
On Wednesday, April 25, 2012 1:46:06 PM UTC+5:30, sam wrote:
i got the idea:
Elasticsearch Platform — Find real-time answers at scale | ElasticDeleteMappingRequest deleteMapping=new
DeleteMappingRequest(indexName).type(indexType);
DeleteMappingResponse actionGet =
client.admin().indices().deleteMapping(type).actionGet();On Wednesday, April 25, 2012 1:33:21 PM UTC+5:30, sam wrote:
Hi
I want to delete index type from index using java.
Thanks
© 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.