Class Lucene90HnswVectorsReader

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

public final class Lucene90HnswVectorsReader 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.