Uses of Class
org.apache.lucene.util.hnsw.HnswUtil.Component
Packages that use HnswUtil.Component
Package
Description
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of HnswUtil.Component in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return HnswUtil.ComponentModifier and TypeMethodDescriptionprivate static HnswUtil.Component
HnswUtil.markRooted
(HnswGraph hnswGraph, int level, FixedBitSet connectedNodes, FixedBitSet notFullyConnected, int maxConn, int entryPoint) Count the nodes in a rooted component of the graph and set the bits of its nodes in connectedNodes bitset.Methods in org.apache.lucene.util.hnsw that return types with arguments of type HnswUtil.ComponentModifier and TypeMethodDescription(package private) static List
<HnswUtil.Component> HnswUtil.components
(HnswGraph hnsw, int level, FixedBitSet notFullyConnected, int maxConn)