Home
last modified time | relevance | path

Searched refs:body (Results 476 – 500 of 1980) sorted by last modified time

1...<<11121314151617181920>>...80

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md65 - Moved `scroll_id` into `body` for search operations in the documentation
121 this allows passing a `Traversable` body for some endpoints
223 - Fixed scroll TTL is extracted but not set as a body param
400 - Shrink API was not setting body correctly [[e0f0985]](http://github.com/elasticsearch/elasticsearch-php/commit/e0f0985)
H A DLICENSE-LGPL100 programs enables a greater number of people to use a large body of
419 written in the body of this License.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/
H A DSearch.php53 return isset($this->body) ? 'POST' : 'GET';
56 public function setBody($body): Search argument
58 if (isset($body) !== true) {
61 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc116 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
130 $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
143 $params['body'] = (array) a point-in-time id to close
172 $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
195 $params['body'] = (array) The document (Required)
354 $params['body'] = (array) The query definition using the Query DSL
373 $params['body'] = (array) An index filter specified with the Query DSL
489 $params['body'] = (array) The document (Required)
524 $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)
562 $params['body']
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAutoscalingNamespace.asciidoc73 $params['body'] = (array) the specification of the autoscaling policy (Required)
H A DCcrNamespace.asciidoc58 $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
98 $params['body'] = (array) the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index (Required)
H A DEqlNamespace.asciidoc79 $params['body'] = (array) Eql request body. Use the `query` to limit the query scope. (Required)
H A DGraphNamespace.asciidoc35 $params['body'] = (array) Graph Query DSL
H A DIlmNamespace.asciidoc94 $params['body'] = (array) The new lifecycle step to move to
108 $params['body'] = (array) The lifecycle policy definition to register
H A DLogstashNamespace.asciidoc60 $params['body'] = (array) The Pipeline to add or update (Required)
H A DRollupNamespace.asciidoc97 $params['body'] = (array) The job configuration (Required)
112 $params['body'] = (array) The rollup configuration (Required)
130 $params['body'] = (array) The search request body (Required)
H A DSearchableSnapshotsNamespace.asciidoc57 $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
H A DSecurityNamespace.asciidoc73 $params['body'] = (array) the new password for the user (Required)
140 $params['body'] = (array) The api key request to create an API key (Required)
307 $params['body'] = (array) The token request to get (Required)
346 $params['body'] = (array) The api key request to create an API key (Required)
360 $params['body'] = (array) The privileges to test (Required)
385 $params['body'] = (array) The token to invalidate (Required)
399 $params['body'] = (array) The privilege(s) to add (Required)
414 $params['body'] = (array) The role to add (Required)
429 $params['body'] = (array) The role mapping to add (Required)
444 $params['body']
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/
H A DMigrateToDataTiers.php49 public function setBody($body): MigrateToDataTiers argument
51 if (isset($body) !== true) {
54 $this->body = $body;
H A DMoveToStep.php54 public function setBody($body): MoveToStep argument
56 if (isset($body) !== true) {
59 $this->body = $body;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DAnalyze.php50 return isset($this->body) ? 'POST' : 'GET';
53 public function setBody($body): Analyze argument
55 if (isset($body) !== true) {
58 $this->body = $body;
H A DCloneIndices.php58 public function setBody($body): CloneIndices argument
60 if (isset($body) !== true) {
63 $this->body = $body;
H A DCreate.php57 public function setBody($body): Create argument
59 if (isset($body) !== true) {
62 $this->body = $body;
H A DPutAlias.php64 public function setBody($body): PutAlias argument
66 if (isset($body) !== true) {
69 $this->body = $body;
H A DPutMapping.php70 public function setBody($body): PutMapping argument
72 if (isset($body) !== true) {
75 $this->body = $body;
H A DPutSettings.php59 public function setBody($body): PutSettings argument
61 if (isset($body) !== true) {
64 $this->body = $body;
H A DRollover.php66 public function setBody($body): Rollover argument
68 if (isset($body) !== true) {
71 $this->body = $body;
H A DShrink.php59 public function setBody($body): Shrink argument
61 if (isset($body) !== true) {
64 $this->body = $body;
H A DSimulateTemplate.php56 public function setBody($body): SimulateTemplate argument
58 if (isset($body) !== true) {
61 $this->body = $body;
H A DValidateQuery.php68 return isset($this->body) ? 'POST' : 'GET';
71 public function setBody($body): ValidateQuery argument
73 if (isset($body) !== true) {
76 $this->body = $body;

1...<<11121314151617181920>>...80