Team is any way to get all Mapping type of an index ( only type ) not mapping definitions.
Hi All,
There is one idea , we can
- get all the documents
- grep _type field
- sort
- filter unique fields
But i cann't retrive all documets via match_all query , is there any way to get all documents.