Uses of Class
org.apache.lucene.util.hnsw.HnswGraph.NodesIterator
-
Packages that use HnswGraph.NodesIterator Package Description 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.util.hnsw
Subclasses of HnswGraph.NodesIterator in org.apache.lucene.util.hnsw Modifier and Type Class Description static classHnswGraph.ArrayNodesIteratorNodesIterator that accepts nodes as an integer array.static classHnswGraph.CollectionNodesIteratorNodes iterator based on set representation of nodes.Methods 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)
-