diff --git a/lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java b/lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java index ed7be7d1b5a..391493f44e7 100644 --- a/lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java +++ b/lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java @@ -40,7 +40,7 @@ import static org.apache.lucene.search.DocIdSetIterator.NO_MORE_DOCS; * * The nomenclature is a bit different here from what's used in those papers: * - *
Hyperparameters
*numSeed
is the equivalent of m
in the 2012 paper; it controls the number of random entry points to sample.beamWidth
in {@link HnswGraphBuilder} has the same meaning as efConst
in the 2016 paper. It is the number of