DATAMONGO-586 - Adjusted examples in reference documentation.
Changed examples in reference documentation to reflect the new DSL style.
This commit is contained in:
committed by
Oliver Gierke
parent
bcc3bf61b6
commit
ad44db386b
@@ -297,7 +297,6 @@ public class AggregationTests {
|
||||
.first("city").as("smallestCity") //
|
||||
.first("pop").as("smallestPop"), //
|
||||
project() //
|
||||
// .and(previousOperation()).exclude() //
|
||||
.and("state").previousOperation() //
|
||||
.and("biggestCity").nested(bind("name", "biggestCity").and("population", "biggestPop")) //
|
||||
.and("smallestCity").nested(bind("name", "smallestCity").and("population", "smallestPop")), //
|
||||
|
||||
Reference in New Issue
Block a user