Uses of Interface
org.apache.lucene.util.bkd.PointWriter
-
Packages that use PointWriter Package Description org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper. -
-
Uses of PointWriter in org.apache.lucene.util.bkd
Classes in org.apache.lucene.util.bkd that implement PointWriter Modifier and Type Class Description classHeapPointWriterUtility class to write new points into in-heap arrays.classOfflinePointWriterWrites points to disk in a fixed-with format.Methods in org.apache.lucene.util.bkd with parameters of type PointWriter Modifier and Type Method Description longOfflinePointReader. split(long count, LongBitSet rightTree, PointWriter left, PointWriter right, boolean doClearBits)longPointReader. split(long count, LongBitSet rightTree, PointWriter left, PointWriter right, boolean doClearBits)Splits this reader into left and right partitions
-