You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/builders/aggregates.txt
-46Lines changed: 0 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -980,49 +980,3 @@ aggregation stage:
980
980
981
981
Learn more about this helper from the
982
982
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
983
-
984
-
.. _java-atlas-vector-search:
985
-
986
-
Atlas Vector Search
987
-
-------------------
988
-
989
-
.. important::
990
-
991
-
To learn what versions of MongoDB Atlas support this feature, see
Copy file name to clipboardExpand all lines: source/crud/write-operations/modify.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,10 @@ The ``updateOne()`` and ``updateMany()`` methods both have the following
67
67
parameters:
68
68
69
69
- ``query`` specifies a query filter with the criteria to match documents to update in your collection
70
-
- ``updateDocument`` specifies the fields and values to modify in the matching document or documents. For this example, we use the :doc:`Updates builder </fundamentals/builders/updates>` to create the update document.
70
+
- ``updateDocument`` specifies the fields and values to modify in the
71
+
matching document or documents. For this example, we use the
72
+
:ref:`Updates builder <updates-builders>` to create the
73
+
update document.
71
74
72
75
You can create the ``updateDocument`` using an ``Updates`` builder as
0 commit comments