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 f68cdd4 commit 00a7d5fCopy full SHA for 00a7d5f
lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraph.java
@@ -50,8 +50,8 @@
50
* </ul>
51
*
52
* <p>Note: The graph may be searched by multiple threads concurrently, but updates are not
53
- * thread-safe. Also note: there is no notion of deletions. Document searching built on top of this
54
- * must do its own deletion-filtering.
+ * thread-safe. The search method optionally takes a set of "accepted nodes", which can be used to
+ * exclude deleted documents.
55
*/
56
public final class HnswGraph extends KnnGraphValues {
57
0 commit comments