索引中的 ElasticSearch 视图类型

ElasticSearch view types in an index

如何查看索引中所有类型的名称? 是否有相同的 cURL 请求?

这将为您提供所有类型及其映射

curl -XGET 'http://localhost:9200/index_name/_mapping?pretty=true