Uses of Package
org.apache.lucene.util.bkd
Package
Description
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
ClassDescriptionBasic parameters for indexing points on the BKD tree.Sliced reference to points in an PointWriter.Utility class to write new points into in-heap arrays.Reads points from disk in a fixed-with format, previously written with
OfflinePointWriter
.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 aPointReader
to iterate those points.