Uses of Interface
org.apache.lucene.util.bkd.PointReader
Package
Description
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of PointReader in org.apache.lucene.util.bkd
Modifier and TypeClassDescriptionfinal class
Utility class to read buffered points from in-heap arrays.final class
Reads points from disk in a fixed-with format, previously written withOfflinePointWriter
.Modifier and TypeMethodDescriptionHeapPointWriter.getReader
(long start, long length) OfflinePointWriter.getReader
(long start, long length) PointWriter.getReader
(long startPoint, long length) Returns aPointReader
iterator to step through all previously added points