I have an elastic search index which contains five different types of documents.
Totally I have 50,000 documents, each mapping type contains 10,000 documents.
index name : fruits
mapping types : apple, orange, banana, papaya, grapes.
Now I indexed elastic search with kibana.
When I hit *
in discover tab it shows only 10,000 documents of type grapes
.
Other documents were not shown.
But when I use developer console
in Kibana, match all query shows 50,000 documents.
How can I index all documents into Kibana? or How can I change mapping types to view other documents of different types?
so those documents were not displayed