elasticsearch 查看某个index 都有哪些type

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch 查看某个index 都有哪些type相关的知识,希望对你有一定的参考价值。

参考技术A 最简单的用法就是指定索引操作的index索引、type类型、ID(需要区分动词的索引和名次的索引),参考下面的例子:$curl-XPUT'http://localhost:9200/twitter/tweet/1'-d'"user":"kimchy","post_date":"2009-11-15T14:12:12","messa

以上是关于elasticsearch 查看某个index 都有哪些type的主要内容,如果未能解决你的问题,请参考以下文章

elasticsearch-5.6.1删除index下的某个type

在elasticsearch中建立index,并添加type定义mapping

【es】es清空index中数据的方法

PHP中使用ElasticSearch

Elasticsearch集群状态查看命令

ElasticSearch 基本操作