File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
driver-core/src/main/com/mongodb/client/model
driver-legacy/src/main/com/mongodb Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 * Builders for accumulators used in the group pipeline stage of an aggregation pipeline.
2121 *
2222 * @mongodb.driver.manual core/aggregation-pipeline/ Aggregation pipeline
23- * @mongodb.driver.manual operator/aggregation/group/#accumulator-operator Accumulators
23+ * @mongodb.driver.manual reference/ operator/aggregation/group/#accumulator-operator Accumulators
2424 * @mongodb.driver.manual meta/aggregation-quick-reference/#aggregation-expressions Expressions
2525 * @mongodb.server.release 2.2
2626 * @since 3.1
Original file line number Diff line number Diff line change 2626 * A builder for a single write request.
2727 *
2828 * @mongodb.server.release 2.6
29- * @mongodb.driver.manual / reference/command/delete/ Delete
30- * @mongodb.driver.manual / reference/command/update/ Update
31- * @mongodb.driver.manual / reference/command/insert/ Insert
29+ * @mongodb.driver.manual reference/command/delete/ Delete
30+ * @mongodb.driver.manual reference/command/update/ Update
31+ * @mongodb.driver.manual reference/command/insert/ Insert
3232 * @since 2.12
3333 */
3434public class BulkWriteRequestBuilder {
You can’t perform that action at this time.
0 commit comments