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
- :manual:`Explain Output </reference/explain-results/>` Server Manual Entry
171
171
- :manual:`Query Plans </core/query-plans/>` Server Manual Entry
172
-
- `ExplainVerbosity <{+api+}/apidocs/mongodb-driver-core/com/mongodb/ExplainVerbosity>`__ API Documentation
173
-
- `explain() <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-aggregate-flow/explain.html>`__ API Documentation
174
-
- `AggregateFlow <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-aggregate-flow/index.html>`__ API Documentation
172
+
- `ExplainVerbosity <{+core-api+}/ExplainVerbosity>`__ API Documentation
173
+
- `explain() <{+driver-api+}/-aggregate-flow/explain.html>`__ API Documentation
174
+
- `AggregateFlow <{+driver-api+}/-aggregate-flow/index.html>`__ API Documentation
175
175
176
176
Aggregation Expressions
177
177
~~~~~~~~~~~~~~~~~~~~~~~
@@ -218,7 +218,7 @@ first element in the ``categories`` field.
218
218
For more information about the methods and classes mentioned in this section,
@@ -400,7 +400,7 @@ Specify Your Credentials in a MongoCredential
400
400
401
401
You can supply your AWS IAM credentials to a ``MongoClient`` by using a
402
402
``MongoCredential`` instance. To construct the ``MongoCredential`` instance
403
-
for ``MONGODB-AWS`` authentication, use the `createAwsCredential() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#createAwsCredential(java.lang.String,char%5B%5D)>`__
403
+
for ``MONGODB-AWS`` authentication, use the `createAwsCredential() <{+core-api+}/MongoCredential.html#createAwsCredential(java.lang.String,char%5B%5D)>`__
404
404
factory method.
405
405
406
406
You can supply only programmatic access keys to the
@@ -424,7 +424,7 @@ in the following example:
424
424
:emphasize-lines: 1, 9
425
425
426
426
If you need to specify an AWS session token, pass it to the
@@ -439,7 +439,7 @@ that returns new credentials as shown in the following example:
439
439
:emphasize-lines: 4-6, 9
440
440
441
441
If you must provide AWS IAM credentials in a connection string, you can add
442
-
it to your ``MongoClientSettings`` by calling the `applyConnectionString() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.Builder.html#applyConnectionString(com.mongodb.ConnectionString)>`__
442
+
it to your ``MongoClientSettings`` by calling the `applyConnectionString() <{+core-api+}/MongoClientSettings.Builder.html#applyConnectionString(com.mongodb.ConnectionString)>`__
See the `minN() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#minN(java.lang.String,InExpression,NExpression)>`__
307
+
See the `minN() API documentation <{+core-api+}/client/model/Accumulators.html#minN(java.lang.String,InExpression,NExpression)>`__
308
308
for more information.
309
309
310
310
.. _kotlin_aggregates_max_n:
@@ -321,7 +321,7 @@ return the highest two ``imdb.rating`` values for movies, grouped by ``year``:
See the `maxN() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#maxN(java.lang.String,InExpression,NExpression)>`__
324
+
See the `maxN() API documentation <{+core-api+}/client/model/Accumulators.html#maxN(java.lang.String,InExpression,NExpression)>`__
325
325
for more information.
326
326
327
327
.. _kotlin_aggregates_first_n:
@@ -346,7 +346,7 @@ into the stage, grouped by ``year``:
See the `firstN() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#firstN(java.lang.String,InExpression,NExpression)>`__
349
+
See the `firstN() API documentation <{+core-api+}/client/model/Accumulators.html#firstN(java.lang.String,InExpression,NExpression)>`__
350
350
for more information.
351
351
352
352
.. _kotlin_aggregates_last_n:
@@ -364,7 +364,7 @@ the stage, grouped by ``year``:
See the `lastN() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#lastN(java.lang.String,InExpression,NExpression)>`__
367
+
See the `lastN() API documentation <{+core-api+}/client/model/Accumulators.html#lastN(java.lang.String,InExpression,NExpression)>`__
368
368
for more information.
369
369
370
370
.. _kotlin_aggregates_top:
@@ -382,7 +382,7 @@ the ``title`` and ``imdb.rating`` values for the top rated movies based on the
See the `top() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#top(java.lang.String,org.bson.conversions.Bson,OutExpression)>`__
385
+
See the `top() API documentation <{+core-api+}/client/model/Accumulators.html#top(java.lang.String,org.bson.conversions.Bson,OutExpression)>`__
386
386
for more information.
387
387
388
388
.. _kotlin_aggregates_top_n:
@@ -407,7 +407,7 @@ the ``title`` and ``runtime`` values of the three longest movies based on the
See the `topN() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#topN(java.lang.String,org.bson.conversions.Bson,OutExpression,NExpression)>`__
410
+
See the `topN() API documentation <{+core-api+}/client/model/Accumulators.html#topN(java.lang.String,org.bson.conversions.Bson,OutExpression,NExpression)>`__
411
411
for more information.
412
412
413
413
.. _kotlin_aggregates_bottom:
@@ -425,7 +425,7 @@ return the ``title`` and ``runtime`` values of the shortest movie based on the
See the `bottom() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#bottom(java.lang.String,org.bson.conversions.Bson,OutExpression)>`__
428
+
See the `bottom() API documentation <{+core-api+}/client/model/Accumulators.html#bottom(java.lang.String,org.bson.conversions.Bson,OutExpression)>`__
429
429
for more information.
430
430
431
431
.. _kotlin_aggregates_bottom_n:
@@ -449,7 +449,7 @@ based on the ``imdb.rating`` value, grouped by ``year``:
See the `bottomN() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html#bottomN(java.lang.String,org.bson.conversions.Bson,OutExpression,NExpression)>`__
452
+
See the `bottomN() API documentation <{+core-api+}/client/model/Accumulators.html#bottomN(java.lang.String,org.bson.conversions.Bson,OutExpression,NExpression)>`__
453
453
for more information.
454
454
455
455
Unwind
@@ -663,7 +663,7 @@ into a bucket called "monster" for monstrously large screen sizes:
663
663
664
664
.. tip::
665
665
666
-
The driver includes the `Accumulators <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Accumulators.html>`__
666
+
The driver includes the `Accumulators <{+core-api+}/client/model/Accumulators.html>`__
667
667
class with static factory methods for each of the supported accumulators.
See the `fill package API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/fill/package-summary.html>`__
864
+
See the `fill package API documentation <{+core-api+}/client/model/fill/package-summary.html>`__
865
865
for more information.
866
866
867
867
Atlas Full-Text Search
@@ -885,7 +885,7 @@ field in the ``movies`` collection for text that contains the word "Future":
885
885
:language: kotlin
886
886
887
887
Learn more about the builders from the
888
-
`search package API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/search/package-summary.html>`__.
888
+
`search package API documentation <{+core-api+}/client/model/search/package-summary.html>`__.
889
889
890
890
Atlas Search Metadata
891
891
---------------------
@@ -909,4 +909,4 @@ aggregation stage:
909
909
:language: kotlin
910
910
911
911
Learn more about this helper from the
912
-
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
912
+
`searchMeta() API documentation <{+core-api+}/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
0 commit comments