kzwang / elasticsearch-image

Content Based Image Retrieval Plugin for Elasticsearch. It allows users to index images and search for similar images.
http://demo.elasticsearch-image.com/
Apache License 2.0
407 stars 150 forks source link

EXIF GPS Tags #1

Open megastef opened 10 years ago

megastef commented 10 years ago

Hi, are GPS tags indexed as geo_point type? E.g. searching images by location? Most of smartphones capture coordinates with the pictures.

kadishmal commented 10 years ago

This plugin doesn't store this information, I suppose. You should extract location data manually and store it in geo field.

megastef commented 10 years ago

Thx - thats what we did :)

kadishmal commented 10 years ago

I suppose it's appropriate to close this issue then.