📜  弹性创建索引 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:13.950000             🧑  作者: Mango

代码示例1
PUT /my-index-000001

// or with curl

curl -X PUT "localhost:9200/my-index-000001?pretty"