We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b357c commit a2f427eCopy full SHA for a2f427e
lucene/core/src/java/org/apache/lucene/util/hnsw/OnHeapHnswGraph.java
@@ -86,7 +86,7 @@ public final class OnHeapHnswGraph extends HnswGraph implements Accountable {
86
}
87
88
/**
89
- * Returns the {@link NeighborQueue} connected to the given node.
+ * Returns the {@link NeighborArray} connected to the given node.
90
*
91
* @param level level of the graph
92
* @param node the node whose neighbors are returned, represented as an ordinal on the level 0.
0 commit comments