Is there a way to analyze the size consumption of single field?

When I started using es, I didn't know about the _all field. Now I want to analyze how much memory I will be wasting due to _all field.

I didn't want to index the complete data again as its huge.