AW: Can't get distance sorting to work in Lucene Spatial 4.10.3

2015-02-26 Thread Simon Rainer
f: AW: Can't get distance sorting to work in Lucene Spatial 4.10.3 Hi David, thanks for these hints! Unfortunately that didn't change anything yet. I made the fixes that you suggested: val queryPoint = spatialCtx.makePoint(lon, lat) val args = new SpatialArgs(SpatialOpe

AW: Can't get distance sorting to work in Lucene Spatial 4.10.3

2015-02-25 Thread Simon Rainer
Hi David, thanks for these hints! Unfortunately that didn't change anything yet. I made the fixes that you suggested: val queryPoint = spatialCtx.makePoint(lon, lat) val args = new SpatialArgs(SpatialOperation.IsWithin, spatialCtx.makeCircle(queryPoint, DistanceUtils.dist2Degrees(20, Distance