Class Lucene95HnswVectorsReader

java.lang.Object
org.apache.lucene.codecs.KnnVectorsReader
org.apache.lucene.backward_codecs.lucene95.Lucene95HnswVectorsReader
All Implemented Interfaces:
Closeable, AutoCloseable, HnswGraphProvider, Accountable

public final class Lucene95HnswVectorsReader extends KnnVectorsReader implements HnswGraphProvider
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.