static class NearestNeighbor.NearestHit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
distanceSortKey
The distance from the hit to the query point, computed as a sort key through
SloppyMath.haversinSortKey(double, double, double, double) . |
int |
docID |
Constructor and Description |
---|
NearestHit() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int docID
public double distanceSortKey
SloppyMath.haversinSortKey(double, double, double, double)
.