In Elastic Search, how do I get the strings that are searched for the most number of times? I tried getting this result, but was not successful.
For eg: Multiple users searches for work 'stackoverflow'. What is the total number of times, ElasticSearch has searched for the work 'stackoverflow'
or as an aggregation:
stackoverflow: 98 times
redcarpet: 40 times
... ...