Home
last modified time | relevance | path

Searched refs:params (Results 226 – 250 of 2939) sorted by last modified time

12345678910>>...118

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEqlNamespace.php33 * $params['id'] = (string) The async search ID
35 * @param array $params Associative array of parameters
39 public function delete(array $params = []) argument
41 $id = $this->extractArgument($params, 'id');
45 $endpoint->setParams($params);
53 * $params['id'] = (string) The async search ID
54 * $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
55 * $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
57 * @param array $params Associative array of parameters
61 public function get(array $params argument
81 getStatus(array $params = []) global() argument
105 search(array $params = []) global() argument
[all...]
H A DFeaturesNamespace.php33 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
35 * @param array $params Associative array of parameters
39 public function getFeatures(array $params = []) argument
44 $endpoint->setParams($params);
52 * @param array $params Associative array of parameters
59 public function resetFeatures(array $params = []) argument
64 $endpoint->setParams($params);
H A DFleetNamespace.php33 * $params['index'] = (string) The name of the index.
34 * $params['wait_for_advance'] = (boolean) Whether to wait for the global checkpoint to advance past the specified current checkpoints (Default = true)
35 * $params['wait_for_index'] = (boolean) Whether to wait for the target index to exist and all primary shards be active (Default = true)
36 * $params['checkpoints'] = (list) Comma separated list of checkpoints (Default = )
37 * $params['timeout'] = (time) Timeout to wait for global checkpoint to advance (Default = 30s)
39 * @param array $params Associative array of parameters
45 public function globalCheckpoints(array $params = []) argument
47 $index = $this->extractArgument($params, 'index');
51 $endpoint->setParams($params);
H A DGraphNamespace.php33 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
34 * $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
35 * $params['routing'] = (string) Specific routing value
36 * $params['timeout'] = (time) Explicit operation timeout
37 * $params['body'] = (array) Graph Query DSL
39 * @param array $params Associative array of parameters
43 public function explore(array $params = []) argument
45 $index = $this->extractArgument($params, 'index');
46 $type = $this->extractArgument($params, 'type');
47 $body = $this->extractArgument($params, 'bod
[all...]
H A DIlmNamespace.php33 * $params['policy'] = (string) The name of the index lifecycle policy
35 * @param array $params Associative array of parameters
39 public function deleteLifecycle(array $params = []) argument
41 $policy = $this->extractArgument($params, 'policy');
45 $endpoint->setParams($params);
53 * $params['index'] = (string) The name of the index to explain
54 * $params['only_managed'] = (boolean) filters the indices included in the response to ones managed by ILM
55 * $params['only_errors'] = (boolean) filters the indices included in the response to ones in an ILM error state, implies only_managed
57 * @param array $params Associative array of parameters
61 public function explainLifecycle(array $params argument
81 getLifecycle(array $params = []) global() argument
100 getStatus(array $params = []) global() argument
119 migrateToDataTiers(array $params = []) global() argument
140 moveToStep(array $params = []) global() argument
163 putLifecycle(array $params = []) global() argument
185 removePolicy(array $params = []) global() argument
205 retry(array $params = []) global() argument
224 start(array $params = []) global() argument
241 stop(array $params = []) global() argument
[all...]
H A DIndicesNamespace.php33 * $params['index'] = (list) A comma separated list of indices to add a block to
34 * $params['block'] = (string) The block to add (one of read, write, read_only or metadata)
35 * $params['timeout'] = (time) Explicit operation timeout
36 * $params['master_timeout'] = (time) Specify timeout for connection to master
37 * $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
38 * $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
39 * $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
41 * @param array $params Associative array of parameters
45 public function addBlock(array $params = []) argument
47 $index = $this->extractArgument($params, 'inde
68 analyze(array $params = []) global() argument
97 clearCache(array $params = []) global() argument
122 clone(array $params = []) global() argument
152 close(array $params = []) global() argument
177 create(array $params = []) global() argument
199 createDataStream(array $params = []) global() argument
219 dataStreamsStats(array $params = []) global() argument
244 delete(array $params = []) global() argument
267 deleteAlias(array $params = []) global() argument
290 deleteDataStream(array $params = []) global() argument
312 deleteIndexTemplate(array $params = []) global() argument
334 deleteTemplate(array $params = []) global() argument
362 diskUsage(array $params = []) global() argument
388 exists(array $params = []) global() argument
416 existsAlias(array $params = []) global() argument
444 existsIndexTemplate(array $params = []) global() argument
470 existsTemplate(array $params = []) global() argument
498 existsType(array $params = []) global() argument
530 fieldUsageStats(array $params = []) global() argument
555 flush(array $params = []) global() argument
578 flushSynced(array $params = []) global() argument
604 forcemerge(array $params = []) global() argument
630 freeze(array $params = []) global() argument
658 get(array $params = []) global() argument
683 getAlias(array $params = []) global() argument
706 getDataStream(array $params = []) global() argument
734 getFieldMapping(array $params = []) global() argument
761 getIndexTemplate(array $params = []) global() argument
788 getMapping(array $params = []) global() argument
818 getSettings(array $params = []) global() argument
844 getTemplate(array $params = []) global() argument
867 getUpgrade(array $params = []) global() argument
887 migrateToDataStream(array $params = []) global() argument
913 open(array $params = []) global() argument
933 promoteDataStream(array $params = []) global() argument
957 putAlias(array $params = []) global() argument
985 putIndexTemplate(array $params = []) global() argument
1016 putMapping(array $params = []) global() argument
1048 putSettings(array $params = []) global() argument
1075 putTemplate(array $params = []) global() argument
1099 recovery(array $params = []) global() argument
1122 refresh(array $params = []) global() argument
1145 reloadSearchAnalyzers(array $params = []) global() argument
1169 resolveIndex(array $params = []) global() argument
1196 rollover(array $params = []) global() argument
1224 segments(array $params = []) global() argument
1248 shardStores(array $params = []) global() argument
1274 shrink(array $params = []) global() argument
1302 simulateIndexTemplate(array $params = []) global() argument
1328 simulateTemplate(array $params = []) global() argument
1356 split(array $params = []) global() argument
1391 stats(array $params = []) global() argument
1419 unfreeze(array $params = []) global() argument
1441 updateAliases(array $params = []) global() argument
1466 upgrade(array $params = []) global() argument
1500 validateQuery(array $params = []) global() argument
1521 getAliases(array $params = []) global() argument
[all...]
H A DLogstashNamespace.php33 * $params['id'] = (string) The ID of the Pipeline
35 * @param array $params Associative array of parameters
39 public function deletePipeline(array $params = []) argument
41 $id = $this->extractArgument($params, 'id');
45 $endpoint->setParams($params);
53 * $params['id'] = (string) A comma-separated list of Pipeline IDs
55 * @param array $params Associative array of parameters
59 public function getPipeline(array $params = []) argument
61 $id = $this->extractArgument($params, 'id');
65 $endpoint->setParams($params);
80 putPipeline(array $params = []) global() argument
[all...]
H A DRollupNamespace.php33 * $params['id'] = (string) The ID of the job to delete
35 * @param array $params Associative array of parameters
42 public function deleteJob(array $params = []) argument
44 $id = $this->extractArgument($params, 'id');
48 $endpoint->setParams($params);
56 * $params['id'] = (string) The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs
58 * @param array $params Associative array of parameters
65 public function getJobs(array $params = []) argument
67 $id = $this->extractArgument($params, 'id');
71 $endpoint->setParams($params);
88 getRollupCaps(array $params = []) global() argument
111 getRollupIndexCaps(array $params = []) global() argument
135 putJob(array $params = []) global() argument
162 rollup(array $params = []) global() argument
193 rollupSearch(array $params = []) global() argument
220 startJob(array $params = []) global() argument
245 stopJob(array $params = []) global() argument
[all...]
H A DSearchableSnapshotsNamespace.php33 * $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
35 * @param array $params Associative array of parameters
42 public function cacheStats(array $params = []) argument
44 $node_id = $this->extractArgument($params, 'node_id');
48 $endpoint->setParams($params);
56 * $params['index'] = (list) A comma-separated list of index names
57 * $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
58 * $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
59 * $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)
61 * @param array $params Associativ
68 clearCache(array $params = []) global() argument
96 mount(array $params = []) global() argument
123 repositoryStats(array $params = []) global() argument
147 stats(array $params = []) global() argument
[all...]
H A DSecurityNamespace.php34 * @param array $params Associative array of parameters
38 public function authenticate(array $params = []) argument
43 $endpoint->setParams($params);
50 * $params['username'] = (string) The username of the user to change the password for
51 * $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
52 * $params['body'] = (array) the new password for the user (Required)
54 * @param array $params Associative array of parameters
58 public function changePassword(array $params = []) argument
60 $username = $this->extractArgument($params, 'username');
61 $body = $this->extractArgument($params, 'bod
80 clearApiKeyCache(array $params = []) global() argument
100 clearCachedPrivileges(array $params = []) global() argument
121 clearCachedRealms(array $params = []) global() argument
141 clearCachedRoles(array $params = []) global() argument
166 clearCachedServiceTokens(array $params = []) global() argument
191 createApiKey(array $params = []) global() argument
217 createServiceToken(array $params = []) global() argument
243 deletePrivileges(array $params = []) global() argument
266 deleteRole(array $params = []) global() argument
287 deleteRoleMapping(array $params = []) global() argument
313 deleteServiceToken(array $params = []) global() argument
338 deleteUser(array $params = []) global() argument
359 disableUser(array $params = []) global() argument
380 enableUser(array $params = []) global() argument
404 getApiKey(array $params = []) global() argument
421 getBuiltinPrivileges(array $params = []) global() argument
440 getPrivileges(array $params = []) global() argument
462 getRole(array $params = []) global() argument
482 getRoleMapping(array $params = []) global() argument
506 getServiceAccounts(array $params = []) global() argument
532 getServiceCredentials(array $params = []) global() argument
554 getToken(array $params = []) global() argument
574 getUser(array $params = []) global() argument
593 getUserPrivileges(array $params = []) global() argument
612 grantApiKey(array $params = []) global() argument
633 hasPrivileges(array $params = []) global() argument
655 invalidateApiKey(array $params = []) global() argument
675 invalidateToken(array $params = []) global() argument
696 putPrivileges(array $params = []) global() argument
718 putRole(array $params = []) global() argument
742 putRoleMapping(array $params = []) global() argument
766 putUser(array $params = []) global() argument
788 queryApiKeys(array $params = []) global() argument
808 samlAuthenticate(array $params = []) global() argument
828 samlCompleteLogout(array $params = []) global() argument
848 samlInvalidate(array $params = []) global() argument
868 samlLogout(array $params = []) global() argument
888 samlPrepareAuthentication(array $params = []) global() argument
908 samlServiceProviderMetadata(array $params = []) global() argument
[all...]
H A DShutdownNamespace.php33 * $params['node_id'] = (string) The node id of node to be removed from the shutdown state
35 * @param array $params Associative array of parameters
42 public function deleteNode(array $params = []) argument
44 $node_id = $this->extractArgument($params, 'node_id');
48 $endpoint->setParams($params);
56 * $params['node_id'] = (string) Which node for which to retrieve the shutdown status
58 * @param array $params Associative array of parameters
65 public function getNode(array $params = []) argument
67 $node_id = $this->extractArgument($params, 'node_id');
71 $endpoint->setParams($params);
89 putNode(array $params = []) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D774d715155cd13713e6e327adf6ce328.asciidoc5 $params = [
17 $response = $client->search($params);
H A D78c96113ae4ed0054e581b17542528a7.asciidoc5 $params = [
21 $response = $client->reindex($params);
H A D7b908b1189f076942de8cd497ff1fa59.asciidoc5 $params = [
20 $response = $client->search($params);
H A D7cac05cb589f1614fd5b8589153bef06.asciidoc5 $params = [
15 $response = $client->update($params);
H A D7f28f8ae8fcdbd807dadde0b5b007a6d.asciidoc5 $params = [
25 $response = $client->search($params);
H A D7f56755fb6c42f7e6203339a6d0cb6e6.asciidoc5 $params = [
17 $response = $client->search($params);
H A D8871b8fcb6de4f0c7dff22798fb10fb7.asciidoc5 $params = [
20 $response = $client->reindex($params);
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc5 $params = [
28 'source' => 'ctx._source.counter += params.param1',
30 'params' => [
77 $response = $client->bulk($params);
H A D96de5703ba0bd43fd4ac239ec5408542.asciidoc5 $params = [
10 'source' => 'ctx._source.counter += params.count',
12 'params' => [
18 $response = $client->update($params);
H A D973a3ff47fc4ce036ecd9bd363fef9f7.asciidoc5 $params = [
19 $response = $client->reindex($params);
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc5 $params = [
10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
12 'params' => [
18 $response = $client->update($params);
H A D98b121bf47cebd85671a2cb519688d28.asciidoc5 $params = [
29 $response = $client->search($params);
H A D98f14fddddea54a7d6149ab7b92e099d.asciidoc5 $params = [
8 $response = $client->indices()->delete($params);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php61 public function __construct(Index $oldIndex, Index $newIndex, array $params = [])
66 $this->setParams($params);
79 $params = \array_intersect_key($this->getParams(), \array_fill_keys($reindexEndpoint->getParamWhitelist(), null));
80 $reindexEndpoint->setParams($params);
152 protected function _getBody(Index $oldIndex, Index $newIndex, array $params): array
155 'source' => $this->_getSourcePartBody($oldIndex, $params),
156 'dest' => $this->_getDestPartBody($newIndex, $params),
157 ], $this->_resolveBodyOptions($params));
162 protected function _getSourcePartBody(Index $index, array $params): array
166 ], $this->_resolveSourceOptions($params));
58 __construct(Index $oldIndex, Index $newIndex, array $params = []) global() argument
144 _getBody(Index $oldIndex, Index $newIndex, array $params) global() argument
154 _getSourcePartBody(Index $index, array $params) global() argument
163 _getDestPartBody(Index $index, array $params) global() argument
178 _resolveSourceOptions(array $params) global() argument
189 _resolveDestOptions(array $params) global() argument
198 _resolveBodyOptions(array $params) global() argument
[all...]

12345678910>>...118