Skip to content

Commit 4681236

Browse files
authored
[DOCS] Add operation delete under the es.write.operation section (#1959)
Adding documentation about the `delete` option for `es.write.operation`.
1 parent 969eb3e commit 4681236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/reference/asciidoc/core/configuration.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ The write operation {eh} should perform - can be any of:
159159
`create`;; adds new data - if the data already exists (based on its id), an exception is thrown.
160160
`update`;; updates existing data (based on its id). If no data is found, an exception is thrown.
161161
`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.
162163

163164
added[2.1]
164165
`es.output.json` (default false)::

0 commit comments

Comments
 (0)