79126174

Date: 2024-10-25 14:45:58
Score: 1
Natty:
Report link
//    Using projection with this code, solved the issue.

Document projectFields = new Document();
 projectFields.append("_id", 1);
 projectFields.append("result.detections.reference.control", 1);
 
 AggregationOperation projectOperation = context -> new Document("$project", projectFields);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: sorab