Fork me on GitHub
摘要: 冲冲冲 ###索引 # 查看 es 中索引 GET /_cat/indices?v # 创建索引 PUT /products PUT /orders { "settings": { "number_of_shards": 1, "number_of_replicas": 0 } } DELETE / 阅读全文
posted @ 2022-01-05 09:35 myboran 阅读(115) 评论(0) 推荐(0)