Lines Matching refs:be

90 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
106 $params['body'] = (array) Define analyzer/tokenizer parameters and the text on which the analysis should be performed
123 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
159 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
176 $params['include_type_name'] = (boolean) Whether a type should be expected in the body of the mappings.
314 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
364 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
381 $params['force'] = (boolean) Whether a flush should be forced even if it is not necessarily needed ie. if no changes will be committed to the index. This is useful if transaction log IDs should be incremented even if no uncommitted changes are present. (This setting can be considered as internal)
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.
396 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
412 $params['flush'] = (boolean) Specify whether the index should be flushed after performing the operation (default: true)
413 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
416 $params['max_num_segments'] = (number) The number of segments the index should be merged into (default: dynamic)
433 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
472 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
505 $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
537 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
555 $params['name'] = (list) The name of the settings that should be included
557 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
576 $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
590 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
621 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
651 $params['name'] = (string) The name of the alias to be created or updated (Required)
668 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
684 $params['index'] = (list) A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.
701 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
705 $params['body'] = (array) The index settings to be updated (Required)
719 $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
748 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
764 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
775 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
796 $params['include_type_name'] = (boolean) Whether a type should be included in the body of the mappings.
810 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
828 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
861 $params['name'] = (string) The name of the index (it must be a concrete index name)
862 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
865 $params['body'] = (array) New index template definition, which will be included in the simulation, as if it already exists in the system
879 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
882 $params['body'] = (array) New index template definition to be simulated, if no index template name is specified
929 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
963 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
965 $params['only_ancient_segments'] = (boolean) If true, only ancient (an older Lucene major release) segments will be upgraded
981 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
986 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
989 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
990 $params['rewrite'] = (boolean) Provide a more detailed explanation showing the actual Lucene query that will be executed.