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.NodesIteratorLucene90HnswVectorsReader.OffHeapHnswGraph. getNodesOnLevel(int level)HnswGraph.NodesIteratorLucene90OnHeapHnswGraph. 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.NodesIteratorLucene91HnswVectorsReader.OffHeapHnswGraph. getNodesOnLevel(int level)HnswGraph.NodesIteratorLucene91OnHeapHnswGraph. 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.NodesIteratorLucene92HnswVectorsReader.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.NodesIteratorHnswGraph.NodesIterator. EMPTYMethods in org.apache.lucene.util.hnsw that return HnswGraph.NodesIterator Modifier and Type Method Description abstract HnswGraph.NodesIteratorHnswGraph. getNodesOnLevel(int level)Get all nodes on a given level as node 0th ordinalsHnswGraph.NodesIteratorOnHeapHnswGraph. getNodesOnLevel(int level)
-