Class ES920DiskBBQVectorsReader

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

public class ES920DiskBBQVectorsReader extends IVFVectorsReader implements OffHeapStats
Default implementation of IVFVectorsReader. It scores the posting lists centroids using brute force and then scores the top ones using the posting list.
  • Constructor Details

    • ES920DiskBBQVectorsReader

      public ES920DiskBBQVectorsReader(org.apache.lucene.index.SegmentReadState state, org.apache.lucene.codecs.hnsw.FlatVectorsReader rawVectorsReader) throws IOException
      Throws:
      IOException
  • Method Details