-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: modules/sandbox
-
Labels:None
-
Lucene Fields:New, Patch Available
From LUCENE-7069:
KD trees (used by Lucene's new dimensional points) excel at finding "nearest neighbors" to a given query point ... I think we should add this to Lucene's sandbox
[...]
It could also be generalized to more than 2 dimensions, but for now I'm making the class package private in sandbox for just the geo2d (lat/lon) use case.
This issue is to generalize LatLonPoint.nearest() to more than 2 dimensions.
- relates to
-
LUCENE-7099 add newDistanceSort to sandbox LatLonPoint
-
- Closed
-
-
LUCENE-7069 Add LatLonPoint.nearest to find closest indexed point to a given query point
-
- Closed
-