Uses of Class
org.apache.lucene.sandbox.search.NearestNeighbor.NearestHit
-
Packages that use NearestNeighbor.NearestHit Package Description org.apache.lucene.sandbox.search 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.NearestHit Modifier and Type Field Description (package private) java.util.PriorityQueue<NearestNeighbor.NearestHit>
NearestNeighbor.NearestVisitor. hitQueue
Methods in org.apache.lucene.sandbox.search that return NearestNeighbor.NearestHit Modifier and Type Method Description static NearestNeighbor.NearestHit[]
NearestNeighbor. nearest(double pointLat, double pointLon, java.util.List<PointValues> readers, java.util.List<Bits> liveDocs, java.util.List<java.lang.Integer> docBases, int n)
Constructor parameters in org.apache.lucene.sandbox.search with type arguments of type NearestNeighbor.NearestHit Constructor Description NearestVisitor(java.util.PriorityQueue<NearestNeighbor.NearestHit> hitQueue, int topN, double pointLat, double pointLon)
-