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