@@ -33,8 +33,9 @@ into assembly lines. Each station has specialized tools, such as
33
33
drills and welders. The factory transforms and
34
34
assembles the initial parts and materials into finished products.
35
35
36
- The **aggregation pipeline** is the assembly line, **aggregation stages** are the assembly stations, and
37
- **operator expressions** are the specialized tools.
36
+ The **aggregation pipeline** is the assembly line, **aggregation
37
+ stages** are the assembly stations, and **expression operators** are the
38
+ specialized tools.
38
39
39
40
Comparing Aggregation and Query Operations
40
41
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -72,13 +73,15 @@ Aggregation operations have some :manual:`limitations </core/aggregation-pipelin
72
73
References
73
74
~~~~~~~~~~
74
75
75
- To learn more about aggregation concepts , see the following pages in the
76
- Server manual:
76
+ To view a full list of expression operators , see :manual:`Aggregation
77
+ Operators </reference/operator/aggregation/>` in the Server manual.
77
78
78
- - :manual:`Expression operators </reference/operator/aggregation/>`
79
- - :manual:`Aggregation pipeline </core/aggregation-pipeline/>`
80
- - :manual:`Aggregation stages </meta/aggregation-quick-reference/#stages>`
81
- - :manual:`Operator expressions </meta/aggregation-quick-reference/#operator-expressions>`
79
+ To learn about assembling an aggregation pipeline and view examples, see
80
+ :manual:`Aggregation Pipeline </core/aggregation-pipeline/>` in the
81
+ Server manual.
82
+
83
+ To learn more about creating pipeline stages, see :manual:`Aggregation
84
+ Stages </reference/operator/aggregation-pipeline/>` in the Server manual.
82
85
83
86
Runnable Examples
84
87
-----------------
0 commit comments