Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.PriorityQueue<NearestNeighbor.NearestHit> |
NearestNeighbor.NearestVisitor.hitQueue |
Modifier and Type | Method and Description |
---|---|
static NearestNeighbor.NearestHit[] |
NearestNeighbor.nearest(double pointLat,
double pointLon,
java.util.List<BKDReader> readers,
java.util.List<Bits> liveDocs,
java.util.List<java.lang.Integer> docBases,
int n) |
Constructor and Description |
---|
NearestVisitor(java.util.PriorityQueue<NearestNeighbor.NearestHit> hitQueue,
int topN,
double pointLat,
double pointLon) |