mirror of https://github.com/apache/lucene.git
s/reduce/rollup wording correction in stream-decorator-reference.adoc
This commit is contained in:
parent
3de0b36719
commit
c62db30597
|
@ -1031,7 +1031,7 @@ The worker nodes can be from the same collection as the data, or they can be a d
|
|||
sort="year_i desc")
|
||||
----
|
||||
|
||||
The expression above shows a `parallel` function wrapping a `reduce` function. This will cause the `reduce` function to be run in parallel across 20 worker nodes.
|
||||
The expression above shows a `parallel` function wrapping a `rollup` function. This will cause the `rollup` function to be run in parallel across 20 worker nodes.
|
||||
|
||||
.Warmup
|
||||
[TIP]
|
||||
|
|
Loading…
Reference in New Issue