Class ESNextDiskBBQVectorsWriter

java.lang.Object
org.apache.lucene.codecs.KnnVectorsWriter
org.elasticsearch.index.codec.vectors.diskbbq.IVFVectorsWriter
org.elasticsearch.index.codec.vectors.diskbbq.next.ESNextDiskBBQVectorsWriter
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable

public class ESNextDiskBBQVectorsWriter extends IVFVectorsWriter
Default implementation of IVFVectorsWriter. It uses HierarchicalKMeans algorithm to partition the vector space, and then stores the centroids and posting list in a sequential fashion.