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:BigIntegerPoint
for 128-bit integersLatLonPoint
for 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. hitQueue
Methods 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, IntArrayList 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)
-