Uses of Interface
org.apache.lucene.util.bkd.PointValue
Packages that use PointValue
Package
Description
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of PointValue in org.apache.lucene.util.bkd
Classes in org.apache.lucene.util.bkd that implement PointValueModifier and TypeClassDescriptionprivate static classReusable implementation for a point value on-heap(package private) static classReusable implementation for a point value offlineFields in org.apache.lucene.util.bkd with type parameters of type PointValueMethods in org.apache.lucene.util.bkd that return PointValueModifier and TypeMethodDescriptionHeapPointWriter.getPackedValueSlice(int index) Returns a reference, inresult, to the byte[] slice holding this valueHeapPointReader.pointValue()OfflinePointReader.pointValue()PointReader.pointValue()Sets the packed value in the provided ByteRefMethods in org.apache.lucene.util.bkd with parameters of type PointValueModifier and TypeMethodDescriptionvoidHeapPointWriter.append(PointValue pointValue) voidOfflinePointWriter.append(PointValue pointValue) voidPointWriter.append(PointValue pointValue) Add a new point from aPointValueprivate intBKDRadixSelector.getBucket(int offset, int commonPrefixPosition, PointValue pointValue) Constructor parameters in org.apache.lucene.util.bkd with type arguments of type PointValueModifierConstructorDescription(package private)HeapPointReader(IntFunction<PointValue> points, int start, int end)