We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cb423 commit b7647e1Copy full SHA for b7647e1
driver/src/main/com/mongodb/client/MapReduceIterable.java
@@ -22,7 +22,10 @@
22
import java.util.concurrent.TimeUnit;
23
24
/**
25
- * Iterable for map reduce.
+ * Iterable for map-reduce.
26
+ *
27
+ * <p>By default the {@code MapReduceIterable} returns the results inline. You can write map-reduce output to a collection by using the
28
+ * {@link MapReduceIterable#collectionName(String)} method.</p>
29
*
30
* @param <TResult> The type of the result.
31
* @since 3.0
0 commit comments