标签: elasticsearch
这是我的问题描述
答案 0 :(得分:0)
您可以使用get mapping命令:
curl -XGET 'http://localhost:9200/anotherindex/_mapping?pretty'
该命令将列出索引anotherindex的所有映射。
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-get-mapping.html