Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.PriorityQueue<FloatPointNearestNeighbor.NearestHit> |
FloatPointNearestNeighbor.NearestVisitor.hitQueue |
Modifier and Type | Method and Description |
---|---|
private static FloatPointNearestNeighbor.NearestHit[] |
FloatPointNearestNeighbor.nearest(java.util.List<BKDReader> readers,
java.util.List<Bits> liveDocs,
java.util.List<java.lang.Integer> docBases,
int topN,
float[] origin) |
Constructor and Description |
---|
NearestVisitor(java.util.PriorityQueue<FloatPointNearestNeighbor.NearestHit> hitQueue,
int topN,
float[] origin) |