I wonder how Search API's geo search works My previous understanding was: It fetched ~1000 results into internal memory, and sorted that batch according to geo query, however the link you sent lead me to believe that it is actually indexing/querying for geo-location (so I thought the purpose of geo point was to refine the result only)
I wonder how costly the indexing is, I'm utilizing geopoint in search, however not using it currently, geo hashes are actually easier to utilize, imo On Thursday, August 29, 2013 11:46:40 PM UTC+3, bFlood wrote: > > the AppEngine SearchAPI has decent geo search support, just make sure to > send lat/lon values with enough accuracy or the results may be off > > Location-Based Queries (Geosearch) (near the bottom) > https://developers.google.com/appengine/training/fts_adv/lesson1 > > cheers > brian > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
