If you're using WebSolr, you shouldn't need to do anything special to get spatial search working -- just consult the Sunspot API docs for the #near method (geo search) and #coordinates method (geo indexing).
No particular ETA on Sunspot 1.2 -- hopefully within a few weeks though. On Mon, Jul 26, 2010 at 20:28, AlainP <[email protected]> wrote: > Ok. Are there any tutorials on this on the net? Either there are none > or I am searching using the wrong keywords because I havent found > any ;-S > > Any idea on when the next Sunspot version will be out? > > On Jul 26, 1:06 pm, "Matthew A. Brown" <[email protected]> wrote: >> WebSolr's Sunspot hosting uses the solr-spatial-light plugin to >> support Sunspot's geo search. However, the next Sunspot release will >> remove the need for an extended Solr and instead use a geohash-based >> spatial search that works with an out-of-box Solr 1.4 instance. >> >> On Mon, Jul 26, 2010 at 09:00, AlainP <[email protected]> wrote: >> > In Sunspot documentation, it says: >> >> > Ordering by field value, relevance, geographical distance, or random >> >> > is it possible to make it work with Heroku? From what I understand, >> > geo search is only available on Solr with a plugin to Solr. >> >> > Am I missing something? >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Heroku" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/heroku?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
