Uses of Class
org.apache.lucene.util.hnsw.HnswGraph.NodesIterator
-
Packages that use HnswGraph.NodesIterator Package Description org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of HnswGraph.NodesIterator in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return HnswGraph.NodesIterator Modifier and Type Method Description HnswGraph.NodesIterator
Lucene90HnswVectorsReader.OffHeapHnswGraph. getNodesOnLevel(int level)
HnswGraph.NodesIterator
Lucene90OnHeapHnswGraph. getNodesOnLevel(int level)
-
Uses of HnswGraph.NodesIterator in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 that return HnswGraph.NodesIterator Modifier and Type Method Description HnswGraph.NodesIterator
Lucene91HnswVectorsReader.OffHeapHnswGraph. getNodesOnLevel(int level)
HnswGraph.NodesIterator
Lucene91OnHeapHnswGraph. getNodesOnLevel(int level)
-
Uses of HnswGraph.NodesIterator in org.apache.lucene.codecs.lucene92
Methods in org.apache.lucene.codecs.lucene92 that return HnswGraph.NodesIterator Modifier and Type Method Description HnswGraph.NodesIterator
Lucene92HnswVectorsReader.OffHeapHnswGraph. getNodesOnLevel(int level)
-
Uses of HnswGraph.NodesIterator in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as HnswGraph.NodesIterator Modifier and Type Field Description (package private) static HnswGraph.NodesIterator
HnswGraph.NodesIterator. EMPTY
Methods in org.apache.lucene.util.hnsw that return HnswGraph.NodesIterator Modifier and Type Method Description abstract HnswGraph.NodesIterator
HnswGraph. getNodesOnLevel(int level)
Get all nodes on a given level as node 0th ordinalsHnswGraph.NodesIterator
OnHeapHnswGraph. getNodesOnLevel(int level)
-