Skip to content

Commit 1b9e582

Browse files
Auto-generated API code
1 parent a030610 commit 1b9e582

File tree

1 file changed

+2
-3
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions

1 file changed

+2
-3
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ module Actions
2828
# @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (options: true, false, wait_for)
2929
# @option arguments [String] :routing Specific routing value
3030
# @option arguments [Time] :timeout Explicit operation timeout
31-
# @option arguments [String] :type Default document type for items which don't provide one
3231
# @option arguments [List] :_source True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
3332
# @option arguments [List] :_source_excludes Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
3433
# @option arguments [List] :_source_includes Default list of fields to extract and return from the _source field, can be overridden on each sub-request
3534
# @option arguments [String] :pipeline The pipeline id to preprocess incoming documents with
36-
# @option arguments [Boolean] :require_alias Sets require_alias for all incoming documents. Defaults to unset (false)
37-
# @option arguments [Boolean] :require_data_stream When true, requires the destination to be a data stream (existing or to-be-created). Default is false
35+
# @option arguments [Boolean] :require_alias If true, the request’s actions must target an index alias. Defaults to false.
36+
# @option arguments [Boolean] :require_data_stream If true, the request's actions must target a data stream (existing or to-be-created). Default to false
3837
# @option arguments [Boolean] :list_executed_pipelines Sets list_executed_pipelines for all incoming documents. Defaults to unset (false)
3938
# @option arguments [Hash] :headers Custom HTTP headers
4039
# @option arguments [String|Array] :body The operation definition and data (action-data pairs), separated by newlines. Array of Strings, Header/Data pairs,

0 commit comments

Comments
 (0)