Uses of Class
org.apache.lucene.sandbox.document.FloatPointNearestNeighbor.NearestHit
Packages that use FloatPointNearestNeighbor.NearestHit
Package
Description
This package contains several point types:
BigIntegerPoint
for 128-bit
integers
LatLonPoint
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.NearestHitModifier and TypeFieldDescription(package private) final PriorityQueue<FloatPointNearestNeighbor.NearestHit>
FloatPointNearestNeighbor.NearestVisitor.hitQueue
Methods in org.apache.lucene.sandbox.document that return FloatPointNearestNeighbor.NearestHitModifier and TypeMethodDescriptionprivate static FloatPointNearestNeighbor.NearestHit[]
FloatPointNearestNeighbor.nearest
(List<PointValues> readers, List<Bits> liveDocs, List<Integer> docBases, int topN, float[] origin) Constructor parameters in org.apache.lucene.sandbox.document with type arguments of type FloatPointNearestNeighbor.NearestHitModifierConstructorDescriptionNearestVisitor
(PriorityQueue<FloatPointNearestNeighbor.NearestHit> hitQueue, int topN, float[] origin)