Uses of Class
org.apache.lucene.util.bkd.BKDReader
-
Packages that use BKDReader Package Description org.apache.lucene.codecs.lucene60 Components from the Lucene 6.0 index format.org.apache.lucene.codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.document The logical representation of aDocument
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. -
-
Uses of BKDReader in org.apache.lucene.codecs.lucene60
Fields in org.apache.lucene.codecs.lucene60 with type parameters of type BKDReader Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,BKDReader>
Lucene60PointsReader. readers
-
Uses of BKDReader in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 with type parameters of type BKDReader Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,BKDReader>
Lucene86PointsReader. readers
-
Uses of BKDReader in org.apache.lucene.document
Method parameters in org.apache.lucene.document with type arguments of type BKDReader Modifier and Type Method 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)
-
Uses of BKDReader in org.apache.lucene.search
Method parameters in org.apache.lucene.search with type arguments of type BKDReader Modifier and Type Method 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)
-
Uses of BKDReader in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as BKDReader Modifier and Type Field Description (package private) BKDReader
BKDWriter.MergeReader. bkd
Constructors in org.apache.lucene.util.bkd with parameters of type BKDReader Constructor Description MergeReader(BKDReader bkd, MergeState.DocMap docMap)
-