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 20f9017 commit 27c57aeCopy full SHA for 27c57ae
docs/reference/aggregations/metrics/scripted-metric-aggregation.asciidoc
@@ -156,9 +156,9 @@ PUT /transactions/stock/_bulk?refresh
156
{"type": "sale","amount": 80}
157
{"index":{"_id":2}}
158
{"type": "cost","amount": 10}
159
-{"index":{"_id":2}}
+{"index":{"_id":3}}
160
{"type": "cost","amount": 30}
161
+{"index":{"_id":4}}
162
{"type": "sale","amount": 130}
163
--------------------------------------------------
164
// CONSOLE
0 commit comments