From e6b9ed6e44ab69cd4055fb96d6c0cd92f179ebb9 Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 17 Jun 2025 16:10:29 -0400 Subject: [PATCH 1/2] DOCSP-50755: Aggregation links --- source/aggregation.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/aggregation.txt b/source/aggregation.txt index 668f39ed..15d7b447 100644 --- a/source/aggregation.txt +++ b/source/aggregation.txt @@ -40,6 +40,12 @@ The **aggregation pipeline** is the assembly line, **aggregation stages** are th assembly stations, and **operator expressions** are the specialized tools. +.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst + + .. replacement:: language + + :guilabel:`{+language+}` + Compare Aggregation and Find Operations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 8ce5157d98b2d886bfa27dce5dc7a3cac9123d1e Mon Sep 17 00:00:00 2001 From: norareidy Date: Wed, 18 Jun 2025 13:16:08 -0400 Subject: [PATCH 2/2] RR feedback --- source/aggregation.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/source/aggregation.txt b/source/aggregation.txt index 15d7b447..b7036e3d 100644 --- a/source/aggregation.txt +++ b/source/aggregation.txt @@ -30,6 +30,15 @@ part of the Query API, is modeled on the concept of data processing pipelines. Documents enter a pipeline that contains one or more stages, and this pipeline transforms the documents into an aggregated result. +.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst + + .. replacement:: language + + :guilabel:`{+language+}` + +Analogy +~~~~~~~ + An aggregation operation is similar to a car factory. A car factory has an assembly line, which contains assembly stations with specialized tools to do specific jobs, like drills and welders. Raw parts enter the @@ -40,12 +49,6 @@ The **aggregation pipeline** is the assembly line, **aggregation stages** are th assembly stations, and **operator expressions** are the specialized tools. -.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst - - .. replacement:: language - - :guilabel:`{+language+}` - Compare Aggregation and Find Operations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~