Skip to content

Commit df78501

Browse files
committed
remove markers
1 parent 1e64746 commit df78501

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,10 @@ $$$bucket-script-params$$$
3333
| Parameter Name | Description | Required | Default Value |
3434
| --- | --- | --- | --- |
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 | |
36-
<<<<<<< HEAD:docs/reference/aggregations/search-aggregations-pipeline-bucket-script-aggregation.md
3736
| `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 | |
3837
| `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` |
39-
=======
4038
| `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 | |
4139
| `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` |
42-
>>>>>>> upstream/9.0:docs/reference/data-analysis/aggregations/search-aggregations-pipeline-bucket-script-aggregation.md
4340
| `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` |
4441

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

0 commit comments

Comments
 (0)