Lines Matching refs:body

62      * $params['body']  = (array) Define analyzer/tokenizer parameters and the text on which the analysis should be performed
71 $body = $this->extractArgument($params, 'body');
77 $endpoint->setBody($body);
116 * $params['body'] = (array) The configuration for the target index (`settings` and `aliases`)
126 $body = $this->extractArgument($params, 'body');
133 $endpoint->setBody($body);
167 * $params['include_type_name'] = (boolean) Whether a type should be expected in the body of the mappings.
171 * $params['body'] = (array) The configuration for the index (`settings` and `mappings`)
180 $body = $this->extractArgument($params, 'body');
186 $endpoint->setBody($body);
723 * $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
835 * $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
951 * $params['body'] = (array) The settings for the alias, such as `routing` or `filter`
961 $body = $this->extractArgument($params, 'body');
968 $endpoint->setBody($body);
979 * $params['body'] = (array) The template definition (Required)
988 $body = $this->extractArgument($params, 'body');
994 $endpoint->setBody($body);
1003 * $params['include_type_name'] = (boolean) Whether a type should be expected in the body of the mappings.
1010 * $params['body'] = (array) The mapping definition (Required)
1020 $body = $this->extractArgument($params, 'body');
1027 $endpoint->setBody($body);
1042 * $params['body'] = (array) The index settings to be updated (Required)
1051 $body = $this->extractArgument($params, 'body');
1057 $endpoint->setBody($body);
1065 * $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
1069 * $params['body'] = (array) The template definition (Required)
1078 $body = $this->extractArgument($params, 'body');
1084 $endpoint->setBody($body);
1185 * $params['include_type_name'] = (boolean) Whether a type should be included in the body of the mappings.
1190 * $params['body'] = (array) The conditions that needs to be met for executing rollover
1200 $body = $this->extractArgument($params, 'body');
1207 $endpoint->setBody($body);
1268 * $params['body'] = (array) The configuration for the target index (`settings` and `aliases`)
1278 $body = $this->extractArgument($params, 'body');
1285 $endpoint->setBody($body);
1293 * $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)
1296 * $params['body'] = (array) New index template definition, which will be included in the simulation, as if it already exists in the system
1305 $body = $this->extractArgument($params, 'body');
1311 $endpoint->setBody($body);
1316 * Simulate resolving the given template name or body
1319 * $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)
1322 * $params['body'] = (array) New index template definition to be simulated, if no index template name is specified
1331 $body = $this->extractArgument($params, 'body');
1337 $endpoint->setBody($body);
1350 * $params['body'] = (array) The configuration for the target index (`settings` and `aliases`)
1360 $body = $this->extractArgument($params, 'body');
1367 $endpoint->setBody($body);
1435 * $params['body'] = (array) The definition of `actions` to perform (Required)
1443 $body = $this->extractArgument($params, 'body');
1448 $endpoint->setBody($body);
1494 * $params['body'] = (array) The query definition specified with the Query DSL
1504 $body = $this->extractArgument($params, 'body');
1511 $endpoint->setBody($body);