lib/elasticsearch/api/actions/bulk.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/bulk.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -38,10 +38,10 @@
# @option arguments [Boolean] :list_executed_pipelines Sets list_executed_pipelines for all incoming documents. Defaults to unset (false)
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [String|Array] :body The operation definition and data (action-data pairs), separated by newlines. Array of Strings, Header/Data pairs,
# or the conveniency "combined" format can be passed, refer to Elasticsearch::API::Utils.__bulkify documentation.
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/docs-bulk.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/docs-bulk.html
#
def bulk(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'bulk' }
defined_params = [:index].each_with_object({}) do |variable, set_variables|