Skip to content

Commit cf9a7d9

Browse files
committed
remove rouge agg framework
1 parent 0d8d4f5 commit cf9a7d9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

source/aggregation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ results. Aggregation operations group values from multiple documents
1515
together, and can perform a variety of operations on the grouped data
1616
to return a single result. MongoDB provides three ways to perform
1717
aggregation: the :ref:`aggregation pipeline
18-
<aggregation-framework>`, the :ref:`map-reduce function
18+
<aggregation-pipeline>`, the :ref:`map-reduce function
1919
<aggregation-map-reduce>`, and :ref:`single purpose aggregation methods
2020
<single-purpose-agg-operations>`.
2121

@@ -24,7 +24,7 @@ aggregation: the :ref:`aggregation pipeline
2424
Aggregation Pipeline
2525
--------------------
2626

27-
MongoDB's :doc:`aggregation framework
27+
MongoDB's :doc:`aggregation pipeline
2828
</core/aggregation-pipeline>` is modeled on the concept of data
2929
processing pipelines. Documents enter a multi-stage pipeline that
3030
transforms the documents into an aggregated result. For example:

source/reference/operator/aggregation/out.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ Definition
2121

2222
Takes the documents returned by the aggregation pipeline and writes
2323
them to a specified collection. The :pipeline:`$out` operator must
24+
<<<<<<< HEAD
2425
be *the last stage* in the pipeline.
26+
=======
27+
be *the last stage* in the pipeline. The :pipeline:`$out` operator
28+
lets the aggregation pipeline return result sets of any size.
29+
>>>>>>> b84304d59 (remove rouge agg framework)
2530

2631
.. versionchanged:: 3.2.0
2732

0 commit comments

Comments
 (0)