}
if (null != egp.getVerb()) {
for (String verb: egp.getVerb()) evtFeature.addVerb(verb);
}
if (_diagnosticMode) {
System.out.println("EventAggregationUtils.updateEventFeatures, found: " + ((BasicDBObject)egp.toDb()).toString());
System.out.println("EventAggregationUtils.updateEventFeatures, ^^^ found from query: " + query.toString() + " / " + updateOp.toString());
}
// (In background aggregation mode we update db_sync_prio when checking the -otherwise unused, unlike entities- document update schedule)
}
else // (the object in memory is now an accurate representation of the database, minus some fields we'll now add)