【Spring连载】使用Spring Data访问 MongoDB----聚合框架支持
- 一、基础槪念
- 二、投影表达式Projection Expressions
- 三、分面分类法Faceted Classification
- 3.1 桶Buckets
- 3.2 多方面的聚合Multi-faceted Aggregation
- 3.3 按计数排序Sort By Count
- 3.4 投影表达式中的Spring表达式支持
- 3.4.1 使用SpEL表达式的复杂计算
- 3.5 聚合框架示例Aggregation Framework Examples
- 3.5.1 Aggregation Framework 例1
- 3.5.2 Aggregation Framework 例2
- 3.5.3 Aggregation Framework 例3
- 3.5.4 Aggregation Framework 例4
- 3.5.5 Aggregation Framework 例5
- 3.5.6 Aggregation Framework 例6
- 3.5.7 Aggregation Framework 例7
Spring Data MongoDB为2.2版MongoDB引入的聚合框架提供了支持。
有关更多信息,请参阅MongoDB的聚合框架和其他数据聚合工具的完整参考文档。