Uses of Class
org.apache.lucene.sandbox.document.FloatPointNearestNeighbor.NearestHit
-
Packages that use FloatPointNearestNeighbor.NearestHit Package Description org.apache.lucene.sandbox.document This package contains several point types:BigIntegerPointfor 128-bit integersLatLonPointfor latitude/longitude geospatial points -
-
Uses of FloatPointNearestNeighbor.NearestHit in org.apache.lucene.sandbox.document
Fields in org.apache.lucene.sandbox.document with type parameters of type FloatPointNearestNeighbor.NearestHit Modifier and Type Field Description (package private) java.util.PriorityQueue<FloatPointNearestNeighbor.NearestHit>FloatPointNearestNeighbor.NearestVisitor. hitQueueMethods in org.apache.lucene.sandbox.document that return FloatPointNearestNeighbor.NearestHit Modifier and Type Method Description private static FloatPointNearestNeighbor.NearestHit[]FloatPointNearestNeighbor. nearest(java.util.List<PointValues> readers, java.util.List<Bits> liveDocs, java.util.List<java.lang.Integer> docBases, int topN, float[] origin)Constructor parameters in org.apache.lucene.sandbox.document with type arguments of type FloatPointNearestNeighbor.NearestHit Constructor Description NearestVisitor(java.util.PriorityQueue<FloatPointNearestNeighbor.NearestHit> hitQueue, int topN, float[] origin)
-