Uses of Class
org.apache.lucene.util.hnsw.OnHeapHnswGraph
Packages that use OnHeapHnswGraph
Package
Description
Lucene 9.3 file format.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of OnHeapHnswGraph in org.apache.lucene.codecs.lucene94
Methods in org.apache.lucene.codecs.lucene94 that return OnHeapHnswGraphModifier and TypeMethodDescription(package private) OnHeapHnswGraphLucene94HnswVectorsWriter.FieldWriter.getGraph()Methods in org.apache.lucene.codecs.lucene94 with parameters of type OnHeapHnswGraphModifier and TypeMethodDescriptionprivate HnswGraphLucene94HnswVectorsWriter.reconstructAndWriteGraph(OnHeapHnswGraph graph, int[] newToOldMap, int[] oldToNewMap) private voidLucene94HnswVectorsWriter.writeGraph(OnHeapHnswGraph graph) -
Uses of OnHeapHnswGraph in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as OnHeapHnswGraphMethods in org.apache.lucene.util.hnsw that return OnHeapHnswGraphModifier and TypeMethodDescriptionHnswGraphBuilder.build(RandomAccessVectorValues vectorsToAdd) Reads all the vectors from two copies of a random access VectorValues.HnswGraphBuilder.getGraph()