@@ -25,7 +25,7 @@ for handling CSV input/output. This may break existing import/export
25
25
workflows that relied on the previous behavior. For more information see
26
26
:issue:`SERVER-1097`.
27
27
28
- :wiki :`Journaling` is **enabled by default** in 2.0 for 64-bit builds.
28
+ :doc :`Journaling </core/journaling/> ` is **enabled by default** in 2.0 for 64-bit builds.
29
29
If you still prefer to run without journaling, start :program:`mongod`
30
30
with the :option:`--nojournal <mongod --nojournal>` run-time option.
31
31
Otherwise, MongoDB creates journal files during startup. The first time you start :program:`mongod` with
@@ -216,8 +216,7 @@ would say:
216
216
which would succeed if it fulfilled the conditions the DBA defined for
217
217
"very important write".
218
218
219
- For more information, see
220
- :wiki:`Tagging <Data+Center+Awareness#DataCenterAwareness-Tagging%28version2.0%29>`.
219
+ For more information, see :doc:`/data-center-awareness`.
221
220
222
221
Drivers may also support tag-aware reads. Instead of
223
222
specifying ``slaveOk``, you specify ``slaveOk`` with tags indicating
@@ -287,7 +286,7 @@ objects, embedded either inline or in nested sub-documents. Additional
287
286
command options are also supported, allowing results to return with
288
287
not only distance but the location used to generate the distance.
289
288
290
- For more information, see :wiki:`Multi-location Documents <Geospatial+Indexing#GeospatialIndexing-MultilocationDocuments> `.
289
+ For more information, see :ref:`geospatial-indexes-multi-location `.
291
290
292
291
Polygon searches
293
292
````````````````
@@ -323,7 +322,7 @@ command will report whether any inserts have failed, not just the
323
322
last one. If multiple errors occur, the client will only receive the
324
323
most recent :dbcommand:`getLastError` results.
325
324
326
- See :wiki :`OP_INSERT <Mongo+Wire+Protocol#MongoWireProtocol-OPINSERT >`.
325
+ See :meta-driver :`OP_INSERT </legacy/mongodb-wire-protocol#op-insert >`.
327
326
328
327
.. include:: /includes/note-bulk-inserts-on-sharded-clusters.rst
329
328
@@ -338,8 +337,8 @@ map/reduce to a sharded collection. Combined with the ``reduce`` or
338
337
``merge`` flags, it is possible to keep adding data to very large
339
338
collections from map/reduce jobs.
340
339
341
- For more information, see :wiki:`MapReduce Output Options <MapReduce#MapReduce-Outputoptions>`
342
- and the :dbcommand:`mapReduce` reference.
340
+ For more information, see :doc:`/core/map-reduce/` and the
341
+ :dbcommand:`mapReduce` reference.
343
342
344
343
Performance Improvements
345
344
````````````````````````
@@ -362,8 +361,7 @@ Additional regex options: ``s``
362
361
```````````````````````````````
363
362
364
363
Allows the dot (``.``) to match all characters including new lines. This is
365
- in addition to the currently supported ``i``, ``m`` and ``x``. See
366
- :wiki:`Regular Expressions <Advanced+Queries#AdvancedQueries-RegularExpressions>` and :query:`$regex`.
364
+ in addition to the currently supported ``i``, ``m`` and ``x``. See :query:`$regex`.
367
365
368
366
$and
369
367
````
@@ -387,7 +385,7 @@ Custom Prompt
387
385
You can define a custom prompt for the :program:`mongo` shell. You can
388
386
change the prompt at any time by setting the prompt variable to a string
389
387
or a custom JavaScript function returning a string. For examples, see
390
- :wiki:`Custom Prompt <Overview+-+The+MongoDB+Interactive+Shell#Overview-TheMongoDBInteractiveShell-CustomPrompt> `.
388
+ :ref:`shell-use-a-custom-prompt `.
391
389
392
390
Default Shell Init Script
393
391
`````````````````````````
0 commit comments