0

I was wondering if there is a way to query the number of mapped fields within an existing Index! Is that possible? In general, I am asking because I want to know how to handle a situation where my Index is getting close to elastic limit which is 1000.

Jayendran
  • 9,638
  • 8
  • 60
  • 103
Shuki
  • 3
  • 2

1 Answers1

0

Use http://localhost:9200/twitter/_mapping and to get mapping information and later get the count of fields from properties or by counting how many times "type" is used.

Biplab
  • 139
  • 6