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 969eb3e commit 4681236Copy full SHA for 4681236
docs/src/reference/asciidoc/core/configuration.adoc
@@ -159,6 +159,7 @@ The write operation {eh} should perform - can be any of:
159
`create`;; adds new data - if the data already exists (based on its id), an exception is thrown.
160
`update`;; updates existing data (based on its id). If no data is found, an exception is thrown.
161
`upsert`;; known as _merge_ or insert if the data does not exist, updates if the data exists (based on its id).
162
+`delete`;; deletes existing data (based on its id). If no data is found, an exception is thrown.
163
164
added[2.1]
165
`es.output.json` (default false)::
0 commit comments