I have got the following document:
"_index": String,
"_type": String,
"_id": String,
"_source": {
"id": String
"sendDate": Date
"title": String
"author": String
"language": String
"keywords": Array<String>
}
I would like list and count every single keyword from whole type from database. Have you maybe any tips for me?