Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Actions
#
# @example Deleting documents using the Query DSL
#
# client.delete_by_query index: 'myindex', body: { term: { published: false } }
# client.delete_by_query index: 'myindex', body: { query: { term: { published: false } } }
#
# @option arguments [List] :index A comma-separated list of indices to restrict the operation;
# use `_all`to perform the operation on all indices (*Required*)
Expand Down