Faceted search with geo-index using CouchDB

耗尽温柔 提交于 2019-12-24 01:53:59

问题


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?


回答1:


Check out GeoCouch it's a fork of CouchDB that supports geospatial queries/indexes.



来源:https://stackoverflow.com/questions/9101367/faceted-search-with-geo-index-using-couchdb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!