Uses of Interface
org.apache.lucene.util.bkd.PointWriter
Packages that use PointWriter
Package
Description
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 PointWriterModifier and TypeClassDescriptionfinal class
Utility class to write new points into in-heap arrays.final class
Writes points to disk in a fixed-with format.Methods in org.apache.lucene.util.bkd that return PointWriterModifier and TypeMethodDescriptionBKDRadixSelector.PathSlice.writer()
Returns the value of thewriter
record component.Constructors in org.apache.lucene.util.bkd with parameters of type PointWriterModifierConstructorDescriptionPathSlice
(PointWriter writer, long start, long count) Creates an instance of aPathSlice
record class.