usgin / usgin-cache

Cache a whole system in your CouchDB
0 stars 1 forks source link

Spatial indexing #23

Closed asonnenschein closed 10 years ago

asonnenschein commented 10 years ago

CouchDB doesn't support spatial searches out of the box. This can be solved by either using GeoCouch or SOLR.

rclark commented 10 years ago

The old wfs-index repo has a good place to start on using Solr: https://github.com/usgin/wfs-index/tree/master/indexer

There may be other advantages to using solr that might come up in the future. It complicates setup a bit, since you'll have to get Solr installed. However if GeoCouch isn't an easy drop-in I think we should focus on solr.

rclark commented 10 years ago

Picking up the Solr-stick.