curl -XPUT 'http://localhost:9200/index/' -d '
{
"filename" : "0", "filename2" : "zero"
}'
{"error":"IndexAlreadyExistsException[[index] Already exists]","status":400}
curl -XPUT 'http://localhost:9200/index/' -d '
{
"filename" : "0", "filename2" : "zero"
}'
{"error":"IndexAlreadyExistsException[[index] Already exists]","status":400}
© 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.