Companion
object Companion
Functions
Link copied to clipboard
fun buildScalarQuantizer(floatVectorValues: FloatVectorValues, numVectors: Int, vectorSimilarityFunction: VectorSimilarityFunction, confidenceInterval: Float?, bits: Byte): ScalarQuantizer
Link copied to clipboard
fun mergeAndRecalculateQuantiles(mergeState: MergeState, fieldInfo: FieldInfo, confidenceInterval: Float?, bits: Byte): ScalarQuantizer
Link copied to clipboard
fun mergeQuantiles(quantizationStates: List<ScalarQuantizer?>, segmentSizes: IntArrayList, bits: Byte): ScalarQuantizer?
Link copied to clipboard
fun shouldRecomputeQuantiles(mergedQuantizationState: ScalarQuantizer, quantizationStates: List<ScalarQuantizer>): Boolean
Link copied to clipboard
Link copied to clipboard
fun writeQuantizedVectorData(output: IndexOutput, quantizedByteVectorValues: QuantizedByteVectorValues, bits: Byte, compress: Boolean): DocsWithFieldSet