Browse Source

Update scripted-metric-aggregation.asciidoc

Removed docs for `reduce_params`

Closes #20917
Clinton Gormley 9 years ago
parent
commit
5ec2ba3166

+ 0 - 2
docs/reference/aggregations/metrics/scripted-metric-aggregation.asciidoc

@@ -268,6 +268,4 @@ params::           Optional. An object whose contents will be passed as variable
     "_agg" : {}
 }
 --------------------------------------------------
-reduce_params::    Optional. An object whose contents will be passed as variables to the `reduce_script`. This can be useful to allow the user to control 
-                   the behavior of the reduce phase. If this is not specified the variable will be undefined in the reduce_script execution.