Aggrégation Opération Multi correspondant

Aggregation.match(Criteria.where("size").gt(new Integer(8))
                            .and("color").is("blue")
)
#KMJ