Elasticsearch 创建一个索引

示例

curl -XPUT 'www.example.com:9200/myIndexName?pretty'

输出:

{
  "acknowledged" : true
}

参考链接:此处