I've got indexed documents that look like this:
{
"fun_field": [...]
}
I'd very much like to sum the array lengths to get the total number of elements in all fun_field arrays. I've been trying lots of combinations and haven't been able to get it to work.
Does anyone speak the cryptic elasticsearch dialect fluently enough to describe what I'm asking?