Class QuantizedByteVectorValues

Direct Known Subclasses:
Lucene99ScalarQuantizedVectorsWriter.MergedQuantizedVectorValues, Lucene99ScalarQuantizedVectorsWriter.OffsetCorrectedQuantizedByteVectorValues, Lucene99ScalarQuantizedVectorsWriter.QuantizedFloatVectorValues, OffHeapQuantizedByteVectorValues

abstract class QuantizedByteVectorValues extends ByteVectorValues
A version of ByteVectorValues, but additionally retrieving score correction offset for Scalar quantization scores.
  • Constructor Details

    • QuantizedByteVectorValues

      QuantizedByteVectorValues()
  • Method Details

    • getScoreCorrectionConstant

      abstract float getScoreCorrectionConstant() throws IOException
      Throws:
      IOException