Tim-Brooks commented on code in PR #16168:
URL: https://github.com/apache/lucene/pull/16168#discussion_r3432682670


##########
lucene/core/src/java/org/apache/lucene/index/IndexWriter.java:
##########
@@ -1537,6 +1537,38 @@ public long addBatch(ColumnBatch columnBatch) throws 
IOException {
     return updateBatch(null, columnBatch);
   }
 
+  /**
+   * Atomically deletes documents matching the provided term and adds a batch 
of documents in
+   * column-oriented format.
+   *

Review Comment:
   A nit to add `<p>See {@link #addBatch(ColumnBatch)}.` similar to what the 
updateDocuments variant does.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to