Skip to content

Commit 9abea48

Browse files
authored
[DOCS][9.0] Fix duplication from faulty conflict resolution (#125364)
This wasn't cleaned up correctly in df78501
1 parent bb4a3e0 commit 9abea48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/reference/aggregations/search-aggregations-pipeline-bucket-script-aggregation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ $$$bucket-script-params$$$
3535
| `script` | The script to run for this aggregation. The script can be inline, file or indexed. (see [Scripting](docs-content://explore-analyze/scripting.md)for more details) | Required | |
3636
| `buckets_path` | A map of script variables and their associated path to the buckets we wish to use for the variable(see [`buckets_path` Syntax](/reference/aggregations/pipeline.md#buckets-path-syntax) for more details) | Required | |
3737
| `gap_policy` | The policy to apply when gaps are found in the data (see [Dealing with gaps in the data](/reference/aggregations/pipeline.md#gap-policy) for more details) | Optional | `skip` |
38-
| `buckets_path` | A map of script variables and their associated path to the buckets we wish to use for the variable(see [`buckets_path` Syntax](/reference/data-analysis/aggregations/pipeline.md#buckets-path-syntax) for more details) | Required | |
39-
| `gap_policy` | The policy to apply when gaps are found in the data (see [Dealing with gaps in the data](/reference/data-analysis/aggregations/pipeline.md#gap-policy) for more details) | Optional | `skip` |
4038
| `format` | [DecimalFormat pattern](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/text/DecimalFormat.html) for theoutput value. If specified, the formatted value is returned in the aggregation’s`value_as_string` property | Optional | `null` |
4139

4240
The following snippet calculates the ratio percentage of t-shirt sales compared to total sales each month:

0 commit comments

Comments
 (0)