Uses of Class
org.apache.lucene.sandbox.search.NearestNeighbor.NearestHit
Packages that use NearestNeighbor.NearestHit
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
-
Uses of NearestNeighbor.NearestHit in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search with type parameters of type NearestNeighbor.NearestHitModifier and TypeFieldDescription(package private) final PriorityQueue<NearestNeighbor.NearestHit> NearestNeighbor.NearestVisitor.hitQueueMethods in org.apache.lucene.sandbox.search 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.sandbox.search with type arguments of type NearestNeighbor.NearestHitModifierConstructorDescriptionNearestVisitor(PriorityQueue<NearestNeighbor.NearestHit> hitQueue, int topN, double pointLat, double pointLon)