lib/elasticsearch/api/actions/bulk.rb in elasticsearch-api-1.1.3 vs lib/elasticsearch/api/actions/bulk.rb in elasticsearch-api-2.0.0.pre
- old
+ new
@@ -62,10 +62,10 @@
# @see http://elasticsearch.org/guide/reference/api/bulk/
#
def bulk(arguments={})
arguments = arguments.clone
- type = arguments.delete(:type)
+ type = arguments.delete(:type)
valid_params = [
:consistency,
:refresh,
:replication,