Submitted by ygerasimov on Sat, 10/15/2011 - 01:30
I would like to introduce new module
Search API Location that provides possibility to do spatial search using Apachesolr.
At the moment we can search by radius on the map putting the center of the circle. You are welcome to test on
Demo site.
Technical details
Search API Solr module is used for integration with Solr. Search API Location module exports location data to Search API via hook_entity_property_info_alter().
Submitted by ygerasimov on Thu, 06/30/2011 - 01:24
Today we are going to talk about really awesome module Search API
One of the most popular tasks I have regarding customizing apachesolr search results is adding new fields to index and to have custom facet for them. So lets discuss how it is done if we are using Search API module.