Uses of Class
org.apache.lucene.util.bkd.OfflinePointWriter
Packages that use OfflinePointWriter
Package
Description
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of OfflinePointWriter in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd with parameters of type OfflinePointWriterModifier and TypeMethodDescriptionprivate byte[]BKDRadixSelector.buildHistogramAndPartition(OfflinePointWriter points, PointWriter left, PointWriter right, long from, long to, long partitionPoint, int iteration, int baseCommonPrefix, int dim) private intBKDRadixSelector.findCommonPrefixAndHistogram(OfflinePointWriter points, long from, long to, int dim, int dimCommonPrefix) private voidBKDRadixSelector.offlinePartition(OfflinePointWriter points, PointWriter left, PointWriter right, PointWriter deltaPoints, long from, long to, int dim, int bytePosition, long numDocsTiebreak)