Class Lucene92HnswVectorsReader

java.lang.Object
org.apache.lucene.codecs.KnnVectorsReader
org.apache.lucene.backward_codecs.lucene92.Lucene92HnswVectorsReader
All Implemented Interfaces:
Closeable, AutoCloseable, Accountable

public final class Lucene92HnswVectorsReader extends KnnVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search.
WARNING: This API is experimental and might change in incompatible ways in the next release.