Class ESNextDiskBBQVectorsReader

java.lang.Object
org.apache.lucene.codecs.KnnVectorsReader
org.elasticsearch.index.codec.vectors.diskbbq.IVFVectorsReader
org.elasticsearch.index.codec.vectors.diskbbq.next.ESNextDiskBBQVectorsReader
All Implemented Interfaces:
Closeable, AutoCloseable

public class ESNextDiskBBQVectorsReader extends IVFVectorsReader
Default implementation of IVFVectorsReader. It scores the posting lists centroids using brute force and then scores the top ones using the posting list.