Uses of Class
org.apache.lucene.util.hnsw.OnHeapHnswGraph.EntryNode
-
Packages that use OnHeapHnswGraph.EntryNode Package Description org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of OnHeapHnswGraph.EntryNode in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw with type parameters of type OnHeapHnswGraph.EntryNode Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<OnHeapHnswGraph.EntryNode>
OnHeapHnswGraph. entryNode
-