lib/elasticsearch/api/actions/cat/count.rb in elasticsearch-api-1.0.18 vs lib/elasticsearch/api/actions/cat/count.rb in elasticsearch-api-1.1.pre

- old
+ new

@@ -42,9 +42,12 @@ :master_timeout, :h, :help, :v ] + unsupported_params = [ :format ] + Utils.__report_unsupported_parameters(arguments.keys, unsupported_params) + index = arguments.delete(:index) method = HTTP_GET path = Utils.__pathify '_cat/count', Utils.__listify(index)