**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAMONGO-1391](https://jira.spring.io/browse/DATAMONGO-1391?redirect=false)** and commented MongoDB 3.2 introduces an enhanced syntax for `$unwind`: ``` { $unwind: { path: <field path>, includeArrayIndex: <string>, preserveNullAndEmptyArrays: <boolean> } } ``` The currently supported syntax contains only the `path` --- **Reference URL:** https://docs.mongodb.org/manual/reference/operator/aggregation/unwind/ **Referenced from:** pull request https://github.com/spring-projects/spring-data-mongodb/pull/355