Uses of Interface
org.apache.lucene.codecs.HnswGraphProvider
-
Packages that use HnswGraphProvider Package Description org.apache.lucene.backward_codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of HnswGraphProvider in org.apache.lucene.backward_codecs.lucene95
Classes in org.apache.lucene.backward_codecs.lucene95 that implement HnswGraphProvider Modifier and Type Class Description class
Lucene95HnswVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search. -
Uses of HnswGraphProvider in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement HnswGraphProvider Modifier and Type Class Description class
Lucene99HnswVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search.
-