Class Lucene99ScalarQuantizedVectorsReader.FieldEntry

    • Field Detail

      • SHALLOW_SIZE

        private static final long SHALLOW_SIZE
      • dimension

        final int dimension
      • vectorDataOffset

        final long vectorDataOffset
      • vectorDataLength

        final long vectorDataLength
      • size

        final int size
      • bits

        final byte bits
      • compress

        final boolean compress
    • Method Detail

      • ramBytesUsed

        public long ramBytesUsed()
        Description copied from interface: Accountable
        Return the memory usage of this object in bytes. Negative values are illegal.
        Specified by:
        ramBytesUsed in interface Accountable