Map zip code to city name using elasticsearch

Hi all,

I'm integrating some data from a hive table to elasticsearch and everything is OK. In the hive table, I have a column that contains zip codes of cities but I don't have a column that contains the names of cities that match these zip codes. So, I'm wondering if there is a way to find cities names of these zip codes using elasticsearch while indexing ?

You can use logstash (or anything else) to do a lookup at index time.

I started a blog post about this which I expect to release in a couple of weeks hopefully.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.