In Elastic Search 7.1
I have an index and the mapping has some fields.
One field is geo_point
How can I make a query that display the corresponding geohash of the geo_point field?
I do not want aggregation, I just want to see the geohas of every document.
any sample?
thanks in advance