@ -54,7 +54,7 @@ Note that, if you provide an input class as the first parameter to the `newAggre
@@ -54,7 +54,7 @@ Note that, if you provide an input class as the first parameter to the `newAggre
The MongoDB Aggregation Framework provides the following types of aggregation operations:
* Pipeline Aggregation Operators
* Group Aggregation Operators
* Group/Accumulator Aggregation Operators
* Boolean Aggregation Operators
* Comparison Aggregation Operators
* Arithmetic Aggregation Operators
@ -78,17 +78,17 @@ At the time of this writing, we provide support for the following Aggregation Op
@@ -78,17 +78,17 @@ At the time of this writing, we provide support for the following Aggregation Op
@ -118,7 +118,7 @@ At the time of this writing, we provide support for the following Aggregation Op
@@ -118,7 +118,7 @@ At the time of this writing, we provide support for the following Aggregation Op
| `function`, `accumulator`
|===
* The operation is mapped or added by Spring Data MongoDB.
+++*+++ The operation is mapped or added by Spring Data MongoDB.
Note that the aggregation operations not listed here are currently not supported by Spring Data MongoDB. Comparison aggregation operators are expressed as `Criteria` expressions.