Lines Matching refs:default

121 $params['fields']             = (list) A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)
218 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
219 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
220 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
250 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
294 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
295 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
296 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
297 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
298 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
299 $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
317 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
331 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
333 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
347 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
349 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
367 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
382 $params['wait_if_ongoing'] = (boolean) If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. The default is true. If set to false the flush will be skipped iff if another flush operation is already running.
412 $params['flush'] = (boolean) Specify whether the index should be flushed after performing the operation (default: true)
416 $params['max_num_segments'] = (number) The number of segments the index should be merged into (default: dynamic)
450 $params['include_type_name'] = (boolean) Whether to add the type name to the response (default: false)
451 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
452 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
453 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
454 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
455 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
456 $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
475 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
489 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
519 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
521 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
536 $params['include_type_name'] = (boolean) Whether to add the type name to the response (default: false)
541 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
560 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
561 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
562 $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
700 $params['preserve_existing'] = (boolean) Whether to update existing settings. If set to `true` existing settings on an index remain unchanged, the default is `false`
704 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
781 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
964 $params['wait_for_completion'] = (boolean) Specify whether the request should block until the all segments are upgraded (default: false)
986 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
987 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
988 $params['df'] = (string) The field to use as default where no field prefix is given in the query string