Z dokumentů.
Můžete předat batchSize
pomocí AggregationOptions
ve verzi Spring Mongo 2.x
Aggregation aggregation = newAggregation(unwind, group).withOptions(newAggregationOptions().cursorBatchSize(100).build());
S výchozí velikostí dávky
Aggregation aggregation = newAggregation(unwind, group).withOptions(newAggregationOptions().cursor(new Document()).build());