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
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