Skip to content

Commit 55f4405

Browse files
schmallisokay-kim
authored andcommitted
DOCS-11265: clarify default for mapReduce verbose option
1 parent 4493403 commit 55f4405

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/includes/apiargs-command-mapReduce-field.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ arg_name: field
115115
description: |
116116
Specifies whether to convert intermediate data into BSON
117117
format between the execution of the ``map`` and ``reduce``
118-
functions. Defaults to ``false``.
118+
functions.
119+
120+
Defaults to ``false``.
119121
120122
If ``false``:
121123
@@ -140,7 +142,6 @@ description: |
140142
500,000 distinct ``key`` arguments to the mapper's ``emit()``
141143
function.
142144
143-
The ``jsMode`` defaults to false.
144145
interface: command
145146
name: jsMode
146147
operation: mapReduce
@@ -151,8 +152,11 @@ type: boolean
151152
arg_name: field
152153
description: |
153154
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
155156
the ``timing`` information.
157+
158+
Defaults to ``false``.
159+
156160
interface: command
157161
name: verbose
158162
operation: mapReduce

0 commit comments

Comments
 (0)