You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$params['index'] = (list) A comma-separated list of index names to register warmer for; use `_all` or empty string to perform the operation on all indices (Required)
161
-
['name'] = (string) The name of the warmer (supports wildcards); leave empty to delete all warmers
162
-
['type'] = (list) A comma-separated list of document types to register warmer for; use `_all` or empty string to perform the operation on all types
$params['index'] = (list) A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices (Required)
491
-
['name'] = (string) The name of the warmer (supports wildcards); leave empty to get all warmers
492
-
['type'] = (list) A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types
$params['index'] = (list) A comma-separated list of index names to register the warmer for; use `_all` or empty string to perform the operation on all indices (Required)
514
-
['name'] = (string) The name of the warmer (Required)
515
-
['type'] = (list) A comma-separated list of document types to register the warmer for; leave empty to perform the operation on all types
516
-
['body'] = (list) A comma-separated list of document types to register the warmer for; leave empty to perform the operation on all types
$params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
726
-
['flush'] = (boolean) Specify whether the index should be flushed after performing the operation (default: true)
727
-
['max_num_segments'] = (number) The number of segments the index should be merged into (default: dynamic)
728
-
['only_expunge_deletes'] = (boolean) Specify whether the operation should only expunge deleted documents
729
-
['operation_threading'] = () TODO: ?
730
-
['refresh'] = (boolean) Specify whether the index should be refreshed after performing the operation (default: true)
731
-
['wait_for_merge'] = (boolean) Specify whether the request should block until the merge process is finished (default: true)
732
-
['ignore_unavailable'] = (bool) Whether specified concrete indices should be ignored when unavailable (missing or closed)
733
-
['allow_no_indices'] = (bool) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
734
-
['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both.
0 commit comments