File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Bulk Operation Methods
135135 :method:`Bulk.execute()`.
136136
137137 * - :method:`Bulk.insert()`
138-
138+
139139 - Adds an insert operation to a bulk operations list.
140140
141141 * - :method:`Bulk.tojson()`
@@ -285,6 +285,10 @@ Collection Methods
285285
286286 - Reports if a collection is a :term:`capped collection`.
287287
288+ * - :method:`db.collection.mapReduce()`
289+
290+ - Runs :term:`map-reduce` aggregation operations on a collection.
291+
288292 * - :method:`db.collection.reIndex()`
289293
290294 - Rebuilds all existing indexes on a collection.
@@ -340,6 +344,10 @@ Collection Methods
340344
341345 - Modifies multiple documents in a collection.
342346
347+ * - :method:`db.collection.validate()`
348+
349+ - Validates a collection.
350+
343351Connection Methods
344352------------------
345353
You can’t perform that action at this time.
0 commit comments