Uses of Interface
org.apache.lucene.util.bkd.PointWriter
Packages that use PointWriter
Package
Description
Simpletext Codec: writes human readable postings.
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of PointWriter in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as PointWriterMethods in org.apache.lucene.codecs.simpletext with parameters of type PointWriterModifier and TypeMethodDescriptionprivate HeapPointWriterSimpleTextBKDWriter.switchToHeap(PointWriter source) Pull a partition back into heap once the point count is low enough while recursing.private ErrorSimpleTextBKDWriter.verifyChecksum(Throwable priorException, PointWriter writer) Called on exception, to check whether the checksum is also corrupt in this source, and add that information (checksum matched or didn't) as a suppressed exception. -
Uses of PointWriter in org.apache.lucene.util.bkd
Classes in org.apache.lucene.util.bkd that implement PointWriterModifier and TypeClassDescriptionfinal classUtility class to write new points into in-heap arrays.final classWrites points to disk in a fixed-with format.Fields in org.apache.lucene.util.bkd declared as PointWriterModifier and TypeFieldDescriptionprivate PointWriterBKDWriter.pointWriterfinal PointWriterBKDRadixSelector.PathSlice.writerMethods in org.apache.lucene.util.bkd that return PointWriterModifier and TypeMethodDescriptionprivate PointWriterBKDRadixSelector.getDeltaPointWriter(PointWriter left, PointWriter right, long delta, int iteration) (package private) PointWriterBKDRadixSelector.getPointWriter(long count, String desc) Methods in org.apache.lucene.util.bkd with parameters of type PointWriterModifier and TypeMethodDescriptionprivate byte[]BKDRadixSelector.buildHistogramAndPartition(OfflinePointWriter points, PointWriter left, PointWriter right, long from, long to, long partitionPoint, int iteration, int baseCommonPrefix, int dim) private PointWriterBKDRadixSelector.getDeltaPointWriter(PointWriter left, PointWriter right, long delta, int iteration) private intBKDRadixSelector.getMaxPointsSortInHeap(PointWriter left, PointWriter right) private byte[]BKDRadixSelector.heapPartition(HeapPointWriter points, PointWriter left, PointWriter right, int dim, int from, int to, int partitionPoint, int commonPrefix) private voidBKDRadixSelector.offlinePartition(OfflinePointWriter points, PointWriter left, PointWriter right, PointWriter deltaPoints, long from, long to, int dim, int bytePosition, long numDocsTiebreak) private HeapPointWriterBKDWriter.switchToHeap(PointWriter source) Pull a partition back into heap once the point count is low enough while recursing.private ErrorBKDWriter.verifyChecksum(Throwable priorException, PointWriter writer) Called on exception, to check whether the checksum is also corrupt in this source, and add that information (checksum matched or didn't) as a suppressed exception.Constructors in org.apache.lucene.util.bkd with parameters of type PointWriter