Package | Description |
---|---|
org.apache.lucene.codecs.lucene60 |
Components from the Lucene 6.0 index format.
|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.Integer,BKDReader> |
Lucene60PointsReader.readers |
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) |
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) |
Modifier and Type | Field and Description |
---|---|
(package private) BKDReader |
BKDWriter.MergeReader.bkd |
Modifier and Type | Method and Description |
---|---|
long |
BKDWriter.merge(IndexOutput out,
java.util.List<MergeState.DocMap> docMaps,
java.util.List<BKDReader> readers)
More efficient bulk-add for incoming
BKDReader s. |
Constructor and Description |
---|
MergeReader(BKDReader bkd,
MergeState.DocMap docMap) |