Lines Matching refs:body

328      * $params['body']                   = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
338 $body = $this->extractArgument($params, 'body');
345 $endpoint->setBody($body);
353 * $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
362 $body = $this->extractArgument($params, 'body');
368 $endpoint->setBody($body);
375 * $params['body'] = (array) a point-in-time id to close
383 $body = $this->extractArgument($params, 'body');
388 $endpoint->setBody($body);
411 * $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
421 $body = $this->extractArgument($params, 'body');
428 $endpoint->setBody($body);
445 * $params['body'] = (array) The document (Required)
456 $body = $this->extractArgument($params, 'body');
464 $endpoint->setBody($body);
540 * $params['body'] = (array) The search definition using the Query DSL (Required)
550 $body = $this->extractArgument($params, 'body');
557 $endpoint->setBody($body);
699 * $params['body'] = (array) The query definition using the Query DSL
710 $body = $this->extractArgument($params, 'body');
718 $endpoint->setBody($body);
731 * $params['body'] = (array) An index filter specified with the Query DSL
740 $body = $this->extractArgument($params, 'body');
746 $endpoint->setBody($body);
899 * $params['body'] = (array) The document (Required)
910 $body = $this->extractArgument($params, 'body');
918 $endpoint->setBody($body);
952 * $params['body'] = (array) Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL. (Required)
962 $body = $this->extractArgument($params, 'body');
969 $endpoint->setBody($body);
985 * $params['body'] = (array) The request definitions (metadata-search request definition pairs), separated by newlines (Required)
995 $body = $this->extractArgument($params, 'body');
1002 $endpoint->setBody($body);
1016 * $params['body'] = (array) The request definitions (metadata-search request definition pairs), separated by newlines (Required)
1026 $body = $this->extractArgument($params, 'body');
1033 $endpoint->setBody($body);
1042 * $params['ids'] = (list) A comma-separated list of documents ids. You must define ids as parameter or set "ids" or "docs" in the request body
1043 * $params['term_statistics'] = (boolean) Specifies if total term frequency and document frequency should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs". (Default = false)
1044 * $params['field_statistics'] = (boolean) Specifies if document count, sum of document frequencies and sum of total term frequencies should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs". (Default = true)
1045 * $params['fields'] = (list) A comma-separated list of fields to return. Applies to all returned documents unless otherwise specified in body "params" or "docs".
1046 * $params['offsets'] = (boolean) Specifies if term offsets should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs". (Default = true)
1047 * $params['positions'] = (boolean) Specifies if term positions should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs". (Default = true)
1048 * $params['payloads'] = (boolean) Specifies if term payloads should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs". (Default = true)
1049 * $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random) .Applies to all returned documents unless otherwise specified in body "params" or "docs".
1050 * $params['routing'] = (string) Specific routing value. Applies to all returned documents unless otherwise specified in body "params" or "docs".
1054 * $params['body'] = (array) Define ids, documents, parameters or a list of parameters per document here. You must at least provide a list of document ids. See documentation.
1064 $body = $this->extractArgument($params, 'body');
1071 $endpoint->setBody($body);
1127 * $params['body'] = (array) The document (Required)
1137 $body = $this->extractArgument($params, 'body');
1144 $endpoint->setBody($body);
1156 * $params['body'] = (array) The ranking evaluation search definition, including search requests, document ratings and ranking metric definition. (Required)
1168 $body = $this->extractArgument($params, 'body');
1174 $endpoint->setBody($body);
1189 * $params['body'] = (array) The search definition using the Query DSL and the prototype for the index request. (Required)
1197 $body = $this->extractArgument($params, 'body');
1202 $endpoint->setBody($body);
1231 * $params['body'] = (array) The search definition template and its params
1240 $body = $this->extractArgument($params, 'body');
1246 $endpoint->setBody($body);
1253 * $params['body'] = (array) The script to execute
1264 $body = $this->extractArgument($params, 'body');
1269 $endpoint->setBody($body);
1279 * $params['body'] = (array) The scroll ID if not passed by URL or query parameter.
1283 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#request-body-search-scroll
1288 $body = $this->extractArgument($params, 'body');
1294 $endpoint->setBody($body);
1346 * $params['body'] = (array) The search definition using the Query DSL
1356 $body = $this->extractArgument($params, 'body');
1363 $endpoint->setBody($body);
1380 * $params['body'] = (array) Search request body.
1396 $body = $this->extractArgument($params, 'body');
1406 $endpoint->setBody($body);
1454 * $params['body'] = (array) The search definition template and its params (Required)
1464 $body = $this->extractArgument($params, 'body');
1471 $endpoint->setBody($body);
1479 * $params['body'] = (array) field name, string which is the prefix expected in matching terms, timeout and size for max number of results
1491 $body = $this->extractArgument($params, 'body');
1497 $endpoint->setBody($body);
1518 * $params['body'] = (array) Define parameters and or supply a document to get termvectors for. See documentation.
1529 $body = $this->extractArgument($params, 'body');
1537 $endpoint->setBody($body);
1559 * $params['body'] = (array) The request definition requires either `script` or partial `doc` (Required)
1570 $body = $this->extractArgument($params, 'body');
1578 $endpoint->setBody($body);
1622 * $params['body'] = (array) The search definition using the Query DSL
1632 $body = $this->extractArgument($params, 'body');
1639 $endpoint->setBody($body);