Uses of Class
org.apache.lucene.document.NearestNeighbor.NearestHit
Packages that use NearestNeighbor.NearestHit
-
Uses of NearestNeighbor.NearestHit in org.apache.lucene.document
Fields in org.apache.lucene.document with type parameters of type NearestNeighbor.NearestHitModifier and TypeFieldDescription(package private) final PriorityQueue
<NearestNeighbor.NearestHit> NearestNeighbor.NearestVisitor.hitQueue
Methods in org.apache.lucene.document that return NearestNeighbor.NearestHitModifier and TypeMethodDescriptionstatic NearestNeighbor.NearestHit[]
NearestNeighbor.nearest
(double pointLat, double pointLon, List<PointValues> readers, List<Bits> liveDocs, IntArrayList docBases, int n) Constructor parameters in org.apache.lucene.document with type arguments of type NearestNeighbor.NearestHitModifierConstructorDescriptionNearestVisitor
(PriorityQueue<NearestNeighbor.NearestHit> hitQueue, int topN, double pointLat, double pointLon)