File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,9 @@ arg_name: field
115
115
description : |
116
116
Specifies whether to convert intermediate data into BSON
117
117
format between the execution of the ``map`` and ``reduce``
118
- functions. Defaults to ``false``.
118
+ functions.
119
+
120
+ Defaults to ``false``.
119
121
120
122
If ``false``:
121
123
@@ -140,7 +142,6 @@ description: |
140
142
500,000 distinct ``key`` arguments to the mapper's ``emit()``
141
143
function.
142
144
143
- The ``jsMode`` defaults to false.
144
145
interface : command
145
146
name : jsMode
146
147
operation : mapReduce
@@ -151,8 +152,11 @@ type: boolean
151
152
arg_name : field
152
153
description : |
153
154
Specifies whether to include the ``timing`` information in the
154
- result information. The ``verbose`` defaults to ``true`` to include
155
+ result information. Set ``verbose`` to ``true`` to include
155
156
the ``timing`` information.
157
+
158
+ Defaults to ``false``.
159
+
156
160
interface : command
157
161
name : verbose
158
162
operation : mapReduce
You can’t perform that action at this time.
0 commit comments