Uses of Package
org.apache.lucene.util.bkd
Packages that use org.apache.lucene.util.bkd
Package
Description
Simpletext Codec: writes human readable postings.
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.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
PointReader
to iterate those points. -
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.Reusable
DocIdSetIterator
to handle low cardinality leaves.Predicate for a fixed number of bytes.flat representation of a kd-treeUtility class to write new points into in-heap arrays.Reusable implementation for a point value on-heapReads 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 aPointReader
to iterate those points.