Hi,
I would like to ask if this is possible to filter results using a spatial search and also filter using Apache Solr.
Is this possible?
thanks

Comments

pinkonomy’s picture

Could this be possible with this module? http://drupal.org/project/openlayers_solr

augustus.kling’s picture

Cartaro does not currently have a Solr integration. The openlayers_solr module does not provide spatial filters – it is displaying a feature for each document returned by Solr. In order to get acceptable speed with result filtering one needs to make sure that Solr's indices can be used. Thus if you need spatial filtering, you need to apply this filters in Solr itself and then the openlayers_solr module should be suitable. See http://wiki.apache.org/solr/SpatialSearch for pointers and note that spatial filtering in Solr is independent of Cartaro except for the query building.

pinkonomy’s picture

Hello,
is there any roadmap for integrating Apache Solr with Cartaro for spatial searching?
thanks

ulim’s picture

No roadmap yet, just many ideas. One of them is to use PostgreSQL's full text search capabilities instead of Solr since this would allow better combination with spatial search. We will keep the discussion going in #1917984: [META] Query support in Cartaro.

Anonymous’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)