-
Type:
Improvement
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: 3.4.0-rc3
-
Fix Version/s: 3.4.0-rc4
-
Component/s: Aggregation Framework, Performance
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Sprint:Query 2016-11-21
Inside ExpressionObject::evaluateInternal() we use MutableDocument::setNestedField() and a FieldPath, perhaps to handle dotted paths? But when parsing we assert the field names do not contain dots. We should use MutableDocument::addField() and stick with the string for both performance and clarity.