Skip to content

Commit 2ec9f85

Browse files
authored
query api updates (#65)
1 parent 12d9f71 commit 2ec9f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/fundamentals/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Overview
1414
--------
1515

1616
Aggregation operations process data in your MongoDB collections and return computed results. MongoDB's Aggregation
17-
framework is modeled on the concept of data processing pipelines. Documents enter a multi-staged pipeline that
17+
pipeline, part of the Query API, is modeled on the concept of data processing pipelines. Documents enter a multi-staged pipeline that
1818
transforms the documents into an aggregated result.
1919

2020
Another way to think of aggregation is like a car factory. Within the car factory is an assembly line, along which

source/fundamentals/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Indexes also:
3131

3232
Indexes are also used by update operations when finding the document(s) to update, delete operations when finding the
3333
document(s) to delete, and by :manual:`certain stages </core/aggregation-pipeline/#pipeline-operators-and-indexes>` in
34-
the aggregation framework.
34+
the aggregation pipeline.
3535

3636
Query Coverage and Performance
3737
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)