How do I view the name of all types in an index? Is there a cURL request for the same?
Asked
Active
Viewed 42 times
1 Answers
2
This will give you all the types and its mappings
curl -XGET 'http://localhost:9200/index_name/_mapping?pretty=true

pratikvasa
- 1,897
- 20
- 24