Uses of Package
org.apache.lucene.util.bkd
Packages that use org.apache.lucene.util.bkd
Package
Description
Components from the Lucene 6.0 index format.
Lucene 8.6 file format.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document for indexing and searching.Code to search indices.
Block KD-tree, implementing the generic spatial data structure described in
this paper.
-
Classes in org.apache.lucene.util.bkd used by org.apache.lucene.codecs.lucene60
-
Classes in org.apache.lucene.util.bkd used by org.apache.lucene.codecs.lucene86
-
Classes in org.apache.lucene.util.bkd used by org.apache.lucene.codecs.simpletextClassDescriptionBasic parameters for indexing points on the BKD tree.Offline Radix selector for BKD tree.Sliced reference to points in an PointWriter.Utility class to write new points into in-heap arrays.Appends many points, and then at the end provides a
PointReaderto iterate those points. -
Classes in org.apache.lucene.util.bkd used by org.apache.lucene.documentClassDescriptionHandles intersection of an multi-dimensional shape in byte[] space with a block KD-tree previously written with
BKDWriter.Used to walk the off-heap index. -
Classes in org.apache.lucene.util.bkd used by org.apache.lucene.searchClassDescriptionHandles intersection of an multi-dimensional shape in byte[] space with a block KD-tree previously written with
BKDWriter.Used to walk the off-heap index. -
Classes in org.apache.lucene.util.bkd used by org.apache.lucene.util.bkdClassDescriptionBasic parameters for indexing points on the BKD tree.Offline Radix selector for BKD tree.Sliced reference to points in an PointWriter.Handles intersection of an multi-dimensional shape in byte[] space with a block KD-tree previously written with
BKDWriter.ReusableDocIdSetIteratorto handle low cardinality leaves.Used to walk the off-heap index.Used to track all state for a single call toBKDReader.intersect(org.apache.lucene.index.PointValues.IntersectVisitor).flat representation of a kd-treeReusable implementation for a point value on-heapUtility class to write new points into in-heap arrays.Reads points from disk in a fixed-with format, previously written withOfflinePointWriter.Reusable implementation for a point value offlineWrites points to disk in a fixed-with format.One pass iterator through all points previously written with aPointWriter, abstracting away whether points are read from (offline) disk or simple arrays in heap.Represents a dimensional point value written in the BKD tree.Appends many points, and then at the end provides aPointReaderto iterate those points.