Re: LocalLucene or GeoHash for spatial search ?

2008-12-29 Thread patrick o'leary
Hey Marc LocalLucene has been rewritten since then to use a Cartesian grid for it's boundary box look ups http://www.nsshutdown.com/projects/lucene/whitepaper/locallucene_v2.html GeoHash is method of consistent hashing to produce an id where the length of the id gives way to the precision of

Re: LocalLucene or GeoHash for spatial search ?

2008-12-29 Thread Robert Muir
guys figured i would pass this along: http://www.geospatialsemanticweb.com/2008/05/29/geohash-for-spatial-index-and-search one comment there makes me a little afraid to use geohash for spatial search: That doesn't work too well for London, which straddles 0 longitude–either side of 0 flips the MS

Re: LocalLucene or GeoHash for spatial search ?

2008-12-29 Thread Ryan McKinley
geohash and the tier systems (local lucene) each have their place. Geohash is attractive since it simple and could slip into lucene easily. The tier system is more complex, but supports more accurate calculations and better behavior around the "edges" (even in New Zealand and London) I h