Bạn có thể sử dụng khác biệt thay vì tìm:
db.mycollection.distinct('fieldname', query)
Sử dụng SpringData, cú pháp phải như sau:
mongoTemplate.getCollection(collection).distinct(key, query)
Bạn có thể sử dụng khác biệt thay vì tìm:
db.mycollection.distinct('fieldname', query)
Sử dụng SpringData, cú pháp phải như sau:
mongoTemplate.getCollection(collection).distinct(key, query)