lib/elasticsearch/api/actions/indices/open.rb in elasticsearch-api-1.0.17 vs lib/elasticsearch/api/actions/indices/open.rb in elasticsearch-api-1.0.18

- old
+ new

@@ -7,10 +7,11 @@ # # @example Open index named _myindex_ # # client.indices.open index: 'myindex' # - # @option arguments [String] :index The name of the index (*Required*) + # @option arguments [List] :index A comma separated list of indices to perform the operation on + # (*Required*) # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into # no concrete indices. (This includes `_all` string or when no # indices have been specified) # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that # are open, closed or both. (options: open, closed)