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 class
HeapPointWriter
Utility class to write new points into in-heap arrays.class
OfflinePointWriter
Writes points to disk in a fixed-with format.Fields in org.apache.lucene.util.bkd declared as PointWriter Modifier and Type Field Description PointWriter
BKDRadixSelector.PathSlice. writer
Constructors in org.apache.lucene.util.bkd with parameters of type PointWriter Constructor Description PathSlice(PointWriter writer, long start, long count)
-