Class QuantizedByteVectorValues

java.lang.Object
org.apache.lucene.index.KnnVectorValues
org.apache.lucene.index.ByteVectorValues
org.apache.lucene.util.quantization.QuantizedByteVectorValues
All Implemented Interfaces:
HasIndexSlice
Direct Known Subclasses:
OffHeapQuantizedByteVectorValues

public abstract class QuantizedByteVectorValues extends ByteVectorValues implements HasIndexSlice
A version of ByteVectorValues, but additionally retrieving score correction offset for Scalar quantization scores.
WARNING: This API is experimental and might change in incompatible ways in the next release.