@@ -516,6 +516,7 @@ Alphabetical Listing of Expression Operators
516
516
517
517
- Returns a specified number of elements from the beginning of an
518
518
array.
519
+ Distinct from the :group:`$firstN` accumulator.
519
520
520
521
.. versionadded:: 5.2
521
522
@@ -654,6 +655,7 @@ Alphabetical Listing of Expression Operators
654
655
* - :expression:`$lastN`
655
656
656
657
- Returns a specified number of elements from the end of an array.
658
+ Distinct from the :group:`$lastN` accumulator.
657
659
658
660
.. versionadded:: 5.2
659
661
@@ -725,6 +727,7 @@ Alphabetical Listing of Expression Operators
725
727
* - :expression:`$maxN`
726
728
727
729
- Returns the ``n`` largest values in an array.
730
+ Distinct from the :group:`$maxN` accumulator.
728
731
729
732
.. versionadded:: 5.2
730
733
@@ -751,6 +754,7 @@ Alphabetical Listing of Expression Operators
751
754
* - :expression:`$minN`
752
755
753
756
- Returns the ``n`` smallest values in an array.
757
+ Distinct from the :group:`$minN` accumulator.
754
758
755
759
.. versionadded:: 5.2
756
760
@@ -1277,8 +1281,8 @@ Alphabetical Listing of Expression Operators
1277
1281
/reference/operator/aggregation/expMovingAvg
1278
1282
/reference/operator/aggregation/filter
1279
1283
/reference/operator/aggregation/first
1280
- /reference/operator/aggregation/firstN
1281
1284
/reference/operator/aggregation/first-array-element
1285
+ /reference/operator/aggregation/firstN-array-element
1282
1286
/reference/operator/aggregation/floor
1283
1287
/reference/operator/aggregation/function
1284
1288
/reference/operator/aggregation/getField
@@ -1297,8 +1301,8 @@ Alphabetical Listing of Expression Operators
1297
1301
/reference/operator/aggregation/isoWeek
1298
1302
/reference/operator/aggregation/isoWeekYear
1299
1303
/reference/operator/aggregation/last
1300
- /reference/operator/aggregation/lastN
1301
1304
/reference/operator/aggregation/last-array-element
1305
+ /reference/operator/aggregation/lastN-array-element
1302
1306
/reference/operator/aggregation/let
1303
1307
/reference/operator/aggregation/literal
1304
1308
/reference/operator/aggregation/ln
@@ -1310,11 +1314,11 @@ Alphabetical Listing of Expression Operators
1310
1314
/reference/operator/aggregation/ltrim
1311
1315
/reference/operator/aggregation/map
1312
1316
/reference/operator/aggregation/max
1313
- /reference/operator/aggregation/maxN
1317
+ /reference/operator/aggregation/maxN-array-element
1314
1318
/reference/operator/aggregation/mergeObjects
1315
1319
/reference/operator/aggregation/meta
1316
1320
/reference/operator/aggregation/min
1317
- /reference/operator/aggregation/minN
1321
+ /reference/operator/aggregation/minN-array-element
1318
1322
/reference/operator/aggregation/millisecond
1319
1323
/reference/operator/aggregation/minute
1320
1324
/reference/operator/aggregation/mod
0 commit comments