Is it possible to use Elastic Search as a geohash key-value store?
For example, I'd like to store moving objects into Elastic Search, using their geohash as an index. Write speed isn't too important, just read speed. So I'd like to use a key-value geohash lookup, which would theoretically be fast.
I'm not sure how Elastic Search works under the covers, so would this be possible?