-
Type:
New Feature
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.7.3
-
Component/s: API
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Mongo's "group" command allows a "$keyf" option, a function to be run on each document that emits the document's key for grouping. Java driver doesn't support it in the "group" helper, must use "command" method directly.