Class BaseQuantizedByteVectorValues

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

public abstract class BaseQuantizedByteVectorValues extends ByteVectorValues implements HasIndexSlice
A version of ByteVectorValues for Scalar quantization scores.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • BaseQuantizedByteVectorValues

      public BaseQuantizedByteVectorValues()
  • Method Details