【发布时间】:2014-06-30 05:10:16
【问题描述】:
这是我的问题描述
- 我创建了名为 testindex 的弹性搜索索引
- curl -XPUT 'localhost:8080/testindex/type1/id1?pretty=true'
- 到目前为止,我知道我的 testindex 有一种类型,即 type1
- 我还有一个名为 anotherindex 的索引,我想通过查看索引名称本身来了解 anotherindex 中有多少类型。
- 怎么知道。有curl命令吗?
【问题讨论】:
标签: elasticsearch