Skip to content

Commit 3bd903f

Browse files
authored
* DOCSP-21006 changing href for 139 on node driver ex * update link * remove additional link * remove head * remove head query-router * remove head 2 * additional information * fix render * fix book reference * add * remove
1 parent 27b0e73 commit 3bd903f

File tree

4 files changed

+5
-59
lines changed

4 files changed

+5
-59
lines changed

source/core/sharded-cluster-query-router.txt

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -291,33 +291,3 @@ Metadata Operations
291291
-------------------
292292

293293
.. include:: /includes/extracts/mongos-operations-wc.rst
294-
295-
<<<<<<< HEAD
296-
=======
297-
Additional Information
298-
----------------------
299-
300-
FCV Compatibility
301-
~~~~~~~~~~~~~~~~~
302-
303-
.. include:: /includes/fact-mongos-fcv.rst
304-
305-
306-
Connection Pools
307-
~~~~~~~~~~~~~~~~
308-
309-
.. include:: /includes/extracts/4.2-changes-mongos-repl-connection-pool.rst
310-
311-
.. |newversion| replace:: 4.2
312-
313-
.. |oldversion| replace:: 4.0
314-
315-
Using Aggregation Pipelines with Clusters
316-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
317-
318-
For more information on how sharding works with :ref:`aggregations
319-
<aggregation-pipeline>`, read the sharding chapter in the `Practical
320-
MongoDB Aggregations
321-
<https://www.practical-mongodb-aggregations.com/guides/sharding.html>`__
322-
e-book.
323-
>>>>>>> a02c196e5 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))

source/includes/driver-examples/driver-example-indexes-1.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,9 @@
134134
- id: nodejs
135135
content: |
136136
To create an index using the
137-
`Node.JS driver <https://mongodb.github.io/node-mongodb-native/>`_,
138-
use
139-
`createIndex() <http://mongodb.github.io/node-mongodb-native/2.1/tutorials/create-indexes/>`_.
137+
`Node.JS driver <https://docs.mongodb.com/drivers/node/current/>`_,
138+
use ``createIndex()``.
140139

141-
.. class:: copyable-code
142140
.. code-block:: javascript
143141
144142
collection.createIndex( { <key and index type specification> }, function(err, result) {
@@ -157,9 +155,8 @@
157155
callback(result);
158156
}
159157
160-
The `createIndex() <http://mongodb.github.io/node-mongodb-native/2.1/tutorials/create-indexes/>`_
161-
method only creates an index if an index of the same
162-
specification does not already exist.
158+
The ``createIndex()`` method only creates an index if an index
159+
of the same specification does not already exist.
163160
164161
- id: php
165162
content: |

source/reference/operator/aggregation/out.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ Definition
2121

2222
Takes the documents returned by the aggregation pipeline and writes
2323
them to a specified collection. The :pipeline:`$out` operator must
24-
<<<<<<< HEAD
2524
be *the last stage* in the pipeline.
26-
=======
27-
be *the last stage* in the pipeline. The :pipeline:`$out` operator
28-
lets the aggregation pipeline return result sets of any size.
29-
>>>>>>> b84304d59 (remove rouge agg framework)
3025

3126
.. versionchanged:: 3.2.0
3227

source/sharding.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -346,17 +346,6 @@ applications to access real-time data changes without the complexity
346346
and risk of tailing the oplog. Applications can use change streams to
347347
subscribe to all data changes on a collection or collections.
348348

349-
<<<<<<< HEAD
350-
=======
351-
Transactions
352-
------------
353-
354-
Starting in MongoDB 4.2, with the introduction of :doc:`distributed
355-
transactions </core/transactions>`, multi-document transactions are
356-
available on sharded clusters.
357-
358-
.. include:: /includes/extracts/transactions-committed-visibility.rst
359-
360349
Additional Information
361350
~~~~~~~~~~~~~~~~~~~~~~
362351

@@ -369,9 +358,4 @@ e-book.
369358
See also:
370359

371360
- :doc:`/core/transactions`
372-
- :doc:`/core/transactions-production-consideration`
373-
- :doc:`/core/transactions-sharded-clusters`
374-
375-
376-
>>>>>>> a02c196e5 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))
377-
361+
- :doc:`/core/transactions-production-consideration`

0 commit comments

Comments
 (0)