java.lang.Object
org.apache.lucene.document.NearestNeighbor.NearestHit
- Enclosing class:
NearestNeighbor
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
The distance from the hit to the query point, computed as a sort key throughSloppyMath.haversinSortKey(double, double, double, double)
.int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
docID
public int docID -
distanceSortKey
public double distanceSortKeyThe distance from the hit to the query point, computed as a sort key throughSloppyMath.haversinSortKey(double, double, double, double)
.
-
-
Constructor Details
-
NearestHit
NearestHit()
-
-
Method Details