Uses of Interface
org.apache.lucene.util.bkd.PointValue
-
Packages that use PointValue Package Description org.apache.lucene.util.bkd 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 PointValue Modifier and Type Class Description private static class
HeapPointWriter.HeapPointValue
Reusable implementation for a point value on-heap(package private) static class
OfflinePointReader.OfflinePointValue
Reusable implementation for a point value offlineFields in org.apache.lucene.util.bkd with type parameters of type PointValue Modifier and Type Field Description private java.util.function.IntFunction<PointValue>
HeapPointReader. points
Methods in org.apache.lucene.util.bkd that return PointValue Modifier and Type Method Description PointValue
HeapPointWriter. getPackedValueSlice(int index)
Returns a reference, inresult
, to the byte[] slice holding this valuePointValue
HeapPointReader. pointValue()
PointValue
OfflinePointReader. pointValue()
PointValue
PointReader. pointValue()
Sets the packed value in the provided ByteRefMethods in org.apache.lucene.util.bkd with parameters of type PointValue Modifier and Type Method Description void
HeapPointWriter. append(PointValue pointValue)
void
OfflinePointWriter. append(PointValue pointValue)
void
PointWriter. append(PointValue pointValue)
Add a new point from aPointValue
private int
BKDRadixSelector. getBucket(int offset, int commonPrefixPosition, PointValue pointValue)
Constructor parameters in org.apache.lucene.util.bkd with type arguments of type PointValue Constructor Description HeapPointReader(java.util.function.IntFunction<PointValue> points, int start, int end)
-