CouchDB offers the ability to perform faceted search via Lucene. I would like to perform a faceted search where one of the facets is geospatial (e.g. within 30km of a lat/long).
Is this possible, and if so how?
CouchDB offers the ability to perform faceted search via Lucene. I would like to perform a faceted search where one of the facets is geospatial (e.g. within 30km of a lat/long).
Is this possible, and if so how?
Check out GeoCouch it's a fork of CouchDB that supports geospatial queries/indexes.