@@ -78,9 +78,9 @@ Consider the following limitations when performing aggregation operations:
7878
7979 .. important:: $graphLookup Exception
8080
81- The :manual:`$graphLookup
82- </reference/operator/aggregation/graphLookup/>` stage has a strict
83- memory limit of 100 megabytes and ignores the ``allowDiskUse`` option.
81+ The :manual:`$graphLookup
82+ </reference/operator/aggregation/graphLookup/>` stage has a strict
83+ memory limit of 100 megabytes and ignores the ``allowDiskUse`` option.
8484
8585.. _php-aggregation-example:
8686
@@ -111,20 +111,20 @@ of New York. To do so, it uses an aggregation pipeline that contains the followi
111111 :copyable:
112112
113113 .. input:: /includes/aggregation/aggregation.php
114- :start-after: start-match-group
115- :end-before: end-match-group
116- :language: php
117- :dedent:
114+ :start-after: start-match-group
115+ :end-before: end-match-group
116+ :language: php
117+ :dedent:
118118
119119 .. output::
120- :visible: false
120+ :visible: false
121121
122- {"_id":"Brooklyn","count":173}
123- {"_id":"Queens","count":204}
124- {"_id":"Bronx","count":71}
125- {"_id":"Staten Island","count":20}
126- {"_id":"Missing","count":2}
127- {"_id":"Manhattan","count":221}
122+ {"_id":"Brooklyn","count":173}
123+ {"_id":"Queens","count":204}
124+ {"_id":"Bronx","count":71}
125+ {"_id":"Staten Island","count":20}
126+ {"_id":"Missing","count":2}
127+ {"_id":"Manhattan","count":221}
128128
129129Explain an Aggregation
130130~~~~~~~~~~~~~~~~~~~~~~
@@ -147,19 +147,19 @@ from the preceding :ref:`php-aggregation-example`:
147147 :copyable:
148148
149149 .. input:: /includes/aggregation/aggregation.php
150- :start-after: start-explain
151- :end-before: end-explain
152- :language: php
153- :dedent:
154-
155- .. output::
156- :visible: false
157-
158- {"explainVersion":"2","queryPlanner":{"namespace":"sample_restaurants.restaurants",
159- "indexFilterSet":false,"parsedQuery":{"cuisine":{"$eq":"Bakery"}},"queryHash":"865F14C3",
160- "planCacheKey":"D56D6F10","optimizedPipeline":true,"maxIndexedOrSolutionsReached":false,
161- "maxIndexedAndSolutionsReached":false,"maxScansToExplodeReached":false,"winningPlan":{
162- ... }
150+ :start-after: start-explain
151+ :end-before: end-explain
152+ :language: php
153+ :dedent:
154+
155+ .. output::
156+ :visible: false
157+
158+ {"explainVersion":"2","queryPlanner":{"namespace":"sample_restaurants.restaurants",
159+ "indexFilterSet":false,"parsedQuery":{"cuisine":{"$eq":"Bakery"}},"queryHash":"865F14C3",
160+ "planCacheKey":"D56D6F10","optimizedPipeline":true,"maxIndexedOrSolutionsReached":false,
161+ "maxIndexedAndSolutionsReached":false,"maxScansToExplodeReached":false,"winningPlan":{
162+ ... }
163163
164164Additional Information
165165----------------------
0 commit comments