Lines Matching refs:params

29 .`clearCache(array $params = [])`
35 $params['index'] = (list) A comma-separated list of index names
36 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
37 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
38 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)
46 .`mount(array $params = [])`
52 $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
53 $params['snapshot'] = (string) The name of the snapshot of the index to mount
54 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
55 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
56 $params['storage'] = (string) Selects the kind of local storage used to accelerate searches. Experimental, and defaults to `full_copy` (Default = )
57 $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
65 .`repositoryStats(array $params = [])`
71 $params['repository'] = (string) The repository for which to get the stats for
79 .`stats(array $params = [])`
85 $params['index'] = (list) A comma-separated list of index names
86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)