lib/elasticsearch/api/actions/update_by_query.rb in elasticsearch-api-2.0.2 vs lib/elasticsearch/api/actions/update_by_query.rb in elasticsearch-api-5.0.0.pre

- old
+ new

@@ -109,12 +109,9 @@ :consistency, :scroll_size, :wait_for_completion, :requests_per_second ] - unsupported_params = [ :pipeline ] - Utils.__report_unsupported_parameters(arguments, unsupported_params) - method = HTTP_POST path = Utils.__pathify Utils.__listify(arguments[:index]), Utils.__listify(arguments[:type]), '/_update_by_query'