Uses of Interface
org.apache.lucene.util.bkd.PointValue
-
Packages that use PointValue Package Description org.apache.lucene.util.bkd -
-
Uses of PointValue in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd that return PointValue Modifier and Type Method Description PointValueHeapPointWriter. getPackedValueSlice(int index)Returns a reference, inresult, to the byte[] slice holding this valuePointValueHeapPointReader. pointValue()PointValueOfflinePointReader. pointValue()PointValuePointReader. 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 voidHeapPointWriter. append(PointValue pointValue)voidOfflinePointWriter. append(PointValue pointValue)voidPointWriter. append(PointValue pointValue)Add a new point from aPointValue
-