Uses of Class
org.apache.lucene.document.FloatPointNearestNeighbor.NearestHit
Packages that use FloatPointNearestNeighbor.NearestHit
-
Uses of FloatPointNearestNeighbor.NearestHit in org.apache.lucene.document
Fields in org.apache.lucene.document with type parameters of type FloatPointNearestNeighbor.NearestHitModifier and TypeFieldDescription(package private) final PriorityQueue<FloatPointNearestNeighbor.NearestHit> FloatPointNearestNeighbor.NearestVisitor.hitQueueMethods in org.apache.lucene.document that return FloatPointNearestNeighbor.NearestHitModifier and TypeMethodDescriptionprivate static FloatPointNearestNeighbor.NearestHit[]FloatPointNearestNeighbor.nearest(List<BKDReader> readers, List<Bits> liveDocs, List<Integer> docBases, int topN, float[] origin) Constructor parameters in org.apache.lucene.document with type arguments of type FloatPointNearestNeighbor.NearestHitModifierConstructorDescriptionNearestVisitor(PriorityQueue<FloatPointNearestNeighbor.NearestHit> hitQueue, int topN, float[] origin)