@@ -90,7 +90,8 @@ The command takes the following fields as arguments:
90
90
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
91
91
:doc:`BSON type 2 </reference/bson-types/>`).
92
92
93
- See :ref:`mapreduce-map-cmd` for more information.
93
+ For more information, see :ref:`Requirements for the map Function
94
+ <mapreduce-map-cmd>`.
94
95
95
96
* - :ref:`reduce <cmd-mapreduce-reduce>`
96
97
- JavaScript or String
@@ -102,7 +103,8 @@ The command takes the following fields as arguments:
102
103
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
103
104
:doc:`BSON type 2 </reference/bson-types/>`).
104
105
105
- See :ref:`mapreduce-reduce-cmd` for more information.
106
+ For more information, see :ref:`Requirements for the reduce
107
+ Function <mapreduce-reduce-cmd>`.
106
108
107
109
* - :ref:`out <cmd-mapreduce-out>`
108
110
- string or document
@@ -114,7 +116,7 @@ The command takes the following fields as arguments:
114
116
or inline, but on a :term:`secondary`, only inline output is
115
117
possible.
116
118
117
- See :ref:`mapreduce-out-cmd` for more information .
119
+ For more information, see :ref:`out Options < mapreduce-out-cmd>` .
118
120
119
121
* - :ref:`query <cmd-mapreduce-query>`
120
122
- document
@@ -150,7 +152,8 @@ The command takes the following fields as arguments:
150
152
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
151
153
:doc:`BSON type 2 </reference/bson-types/>`).
152
154
153
- See :ref:`mapreduce-finalize-cmd` for more information.
155
+ For more information, see :ref:`Requirements for the finalize
156
+ Function <mapreduce-finalize-cmd>`.
154
157
155
158
* - :ref:`scope <cmd-mapreduce-scope>`
156
159
- document
0 commit comments