会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
远方的风啊
博客园
首页
新随笔
联系
订阅
管理
2020年9月17日
es创建普通索引以及各种查询
摘要: 创建索引 创建普通索引: PUT /my_index { "settings": { "index": { "number_of_shards": "5", "number_of_replicas": "1" } } } 查询索引属性 GET /my_index 结果: { "my_index":
阅读全文
posted @ 2020-09-17 11:04 Be_Your_Sun
阅读(1003)
评论(1)
推荐(1)
编辑
公告