I'm afraid you're probably correct. The Geohash approach is very
efficient and plays nicely with fulltext search, but the disadvantage
is it's imprecise, and ineffective at very large distances. The
tradeoff is worth it in the majority of cases that I can think of, but
it definitely isn't worth it in yours. You might check out some of the
new spatial search functionality in the as-yet-unreleased Solr 1.5 and
see if there's anything there you can make use of -- but fair warning,
calculating spherical distances for points all over the continent is
going to be very, very slow, pretty much no matter how you slice it,
unless your data are very, very sparse.
Mat
> --
> You received this message because you are subscribed to the Google Groups "Sunspot" group.
> To post to this group, send email to ruby-s...@googlegroups.com.
> To unsubscribe from this group, send email to ruby-sunspot...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ruby-sunspot?hl=en.
>
>