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
135
135
:method:`Bulk.execute()`.
136
136
137
137
* - :method:`Bulk.insert()`
138
-
138
+
139
139
- Adds an insert operation to a bulk operations list.
140
140
141
141
* - :method:`Bulk.tojson()`
@@ -285,6 +285,10 @@ Collection Methods
285
285
286
286
- Reports if a collection is a :term:`capped collection`.
287
287
288
+ * - :method:`db.collection.mapReduce()`
289
+
290
+ - Runs :term:`map-reduce` aggregation operations on a collection.
291
+
288
292
* - :method:`db.collection.reIndex()`
289
293
290
294
- Rebuilds all existing indexes on a collection.
@@ -340,6 +344,10 @@ Collection Methods
340
344
341
345
- Modifies multiple documents in a collection.
342
346
347
+ * - :method:`db.collection.validate()`
348
+
349
+ - Validates a collection.
350
+
343
351
Connection Methods
344
352
------------------
345
353
You can’t perform that action at this time.
0 commit comments