Module org.elasticsearch.server
Package org.elasticsearch.index.codec.vectors.diskbbq
package org.elasticsearch.index.codec.vectors.diskbbq
-
ClassDescriptionAn iterator over centroids that provides posting list metadata.An interface for that supply centroids.Base class for bulk writers that write vectors to disk using the BBQ encoding.This class is used to write and read the doc ids in a compressed format.Codec format for Inverted File Vector indexes.Default implementation of
IVFVectorsReader.Default implementation ofIVFVectorsWriter.Functional interface representing a function that takes an integer input and produces a boolean output.IVFVectorsReader<E extends IVFVectorsReader.FieldEntry>Reader for IVF vectors.Base class for IVF vectors writer.Metadata about a posting list for a centroid.A configurable iterator that prefetches posting lists ahead of consumption to optimize disk I/O performance.Interface representing a collection of quantized vector values.