Home
last modified time | relevance | path

Searched refs:params (Results 326 – 350 of 2939) sorted by last modified time

1...<<11121314151617181920>>...118

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php54 * @param array<string, mixed> $params Hostname, port, path, ...
59 abstract public function exec(Request $request, array $params): Response; argument
92 * @param array<string, mixed> $params Parameters for the transport class
96 public static function create($transport, Connection $connection, array $params = []): AbstractTransport argument
102 $params = \array_replace($params, $transportParams);
125 foreach ($params as $key => $value) {
H A DHttp.php40 * @param array<string, mixed> $params Host, Port, ...
48 public function exec(Request $request, array $params): Response argument
193 * Called to add additional curl params.
H A DHttpAdapter.php49 * @param array<string, mixed> $params Host, Port, ...
55 public function exec(ElasticaRequest $elasticaRequest, array $params): Response argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dd8b2a88b5eca99d3691ad3cd40266736.asciidoc5 $params = [
23 $response = $client->indices()->create($params);
H A Dd9474f66970c6955e24b17c7447e7b5f.asciidoc5 $params = [
21 $response = $client->indices()->create($params);
H A Ddb6cba451ba562abe953d09ad80cc15c.asciidoc5 $params = [
14 $response = $client->search($params);
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc5 $params = [
35 $response = $client->search($params);
H A Ddfef545b1e2c247bafd1347e8e807ac1.asciidoc5 $params = [
20 $response = $client->indices()->create($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc35 $params = [
43 $future = $client->get($params);
67 $params = [
75 $future = $client->get($params);
90 $params = [
98 $futures[] = $client->get($params); //queue up the request
120 $params = [
128 $futures[] = $client->get($params); //queue up the request
178 $params = [
186 $futures[] = $client->get($params); //queu
[all...]
H A Dnamespaces.asciidoc54 $params['index'] = 'my_index';
55 $response = $client->indices()->stats($params);
58 $params['index'] = array('my_index1', 'my_index2');
59 $response = $client->indices()->stats($params);
67 $params['body'] = array(
77 $client->indices()->updateAliases($params);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php203 $params = [];
210 $this->{$method}($request, $options, $value, $params);
219 $this->createContext($request, $options, $params)
256 private function add_proxy(array $request, &$options, $value, &$params) argument
268 private function add_timeout(array $request, &$options, $value, &$params) argument
273 private function add_verify(array $request, &$options, $value, &$params) argument
298 private function add_cert(array $request, &$options, $value, &$params) argument
312 private function add_progress(array $request, &$options, $value, &$params) argument
321 $params['notification'] = isset($params['notificatio
326 add_debug(array $request, & $options, $value, & $params) global() argument
382 createContext(array $request, array $options, array $params) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php82 protected $params; variable in Elasticsearch\\Client
317 * $params['index'] = (string) Default index for items which don't provide one
318 * $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
319 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
320 * $params['refresh'] = (enum) If `true` 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` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
321 * $params['routing'] = (string) Specific routing value
322 * $params['timeout'] = (time) Explicit operation timeout
323 * $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
324 * $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
325 * $params['_source_include
334 bulk(array $params = []) global() argument
359 clearScroll(array $params = []) global() argument
381 closePointInTime(array $params = []) global() argument
417 count(array $params = []) global() argument
451 create(array $params = []) global() argument
487 delete(array $params = []) global() argument
546 deleteByQuery(array $params = []) global() argument
571 deleteByQueryRethrottle(array $params = []) global() argument
593 deleteScript(array $params = []) global() argument
625 exists(array $params = []) global() argument
663 existsSource(array $params = []) global() argument
705 explain(array $params = []) global() argument
737 fieldCaps(array $params = []) global() argument
771 get(array $params = []) global() argument
796 getScript(array $params = []) global() argument
818 getScriptContext(array $params = []) global() argument
838 getScriptLanguages(array $params = []) global() argument
867 getSource(array $params = []) global() argument
905 index(array $params = []) global() argument
930 info(array $params = []) global() argument
958 mget(array $params = []) global() argument
991 msearch(array $params = []) global() argument
1022 msearchTemplate(array $params = []) global() argument
1060 mtermvectors(array $params = []) global() argument
1089 openPointInTime(array $params = []) global() argument
1108 ping(array $params = []) global() argument
1133 putScript(array $params = []) global() argument
1165 rankEval(array $params = []) global() argument
1195 reindex(array $params = []) global() argument
1216 reindexRethrottle(array $params = []) global() argument
1237 renderSearchTemplate(array $params = []) global() argument
1262 scriptsPainlessExecute(array $params = []) global() argument
1285 scroll(array $params = []) global() argument
1352 search(array $params = []) global() argument
1389 searchMvt(array $params = []) global() argument
1425 searchShards(array $params = []) global() argument
1460 searchTemplate(array $params = []) global() argument
1488 termsEnum(array $params = []) global() argument
1524 termvectors(array $params = []) global() argument
1565 update(array $params = []) global() argument
1628 updateByQuery(array $params = []) global() argument
1653 updateByQueryRethrottle(array $params = []) global() argument
1922 extractArgument(array& $params, string $arg) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc100 .`bulk(array $params = [])`
105 $params['index'] = (string) Default index for items which don't provide one
106 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
108 $params['refresh'] = (enum) If `true` 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` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
109 $params['routing'] = (string) Specific routing value
110 $params['timeout'] = (time) Explicit operation timeout
111 $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
112 $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
113 $params['_source_include
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAutoscalingNamespace.asciidoc29 .`deleteAutoscalingPolicy(array $params = [])`
34 $params['name'] = (string) the name of the autoscaling policy
42 .`getAutoscalingCapacity(array $params = [])`
54 .`getAutoscalingPolicy(array $params = [])`
59 $params['name'] = (string) the name of the autoscaling policy
67 .`putAutoscalingPolicy(array $params = [])`
72 $params['name'] = (string) the name of the autoscaling policy
73 $params['body'] = (array) the specification of the autoscaling policy (Required)
H A DCatNamespace.asciidoc50 .`aliases(array $params = [])`
55 $params['name'] = (list) A comma-separated list of alias names to return
56 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
57 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
58 $params['h'] = (list) Comma-separated list of column names to display
59 $params['help'] = (boolean) Return help information (Default = false)
60 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
61 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
62 $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 = all)
70 .`allocation(array $params
[all...]
H A DCcrNamespace.asciidoc38 .`deleteAutoFollowPattern(array $params = [])`
43 $params['name'] = (string) The name of the auto follow pattern.
51 .`follow(array $params = [])`
56 $params['index'] = (string) The name of the follower index
57 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before returning. Defaults to 0. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1) (Default = 0)
58 $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
66 .`followInfo(array $params = [])`
71 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
79 .`followStats(array $params = [])`
84 $params['inde
[all...]
H A DEqlNamespace.asciidoc29 .`delete(array $params = [])`
34 $params['id'] = (string) The async search ID
42 .`get(array $params = [])`
47 $params['id'] = (string) The async search ID
48 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
49 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
57 .`getStatus(array $params = [])`
62 $params['id'] = (string) The async search ID
70 .`search(array $params = [])`
75 $params['inde
[all...]
H A DFeaturesNamespace.asciidoc26 .`getFeatures(array $params = [])`
31 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
H A DGraphNamespace.asciidoc26 .`explore(array $params = [])`
31 $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)
32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
33 $params['routing'] = (string) Specific routing value
34 $params['timeout'] = (time) Explicit operation timeout
35 $params['body'] = (array) Graph Query DSL
H A DIlmNamespace.asciidoc35 .`deleteLifecycle(array $params = [])`
40 $params['policy'] = (string) The name of the index lifecycle policy
48 .`explainLifecycle(array $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
63 .`getLifecycle(array $params = [])`
68 $params['policy'] = (string) The name of the index lifecycle policy
76 .`getStatus(array $params = [])`
88 .`moveToStep(array $params
[all...]
H A DLogstashNamespace.asciidoc28 .`deletePipeline(array $params = [])`
33 $params['id'] = (string) The ID of the Pipeline
41 .`getPipeline(array $params = [])`
46 $params['id'] = (string) A comma-separated list of Pipeline IDs
54 .`putPipeline(array $params = [])`
59 $params['id'] = (string) The ID of the Pipeline
60 $params['body'] = (array) The Pipeline to add or update (Required)
H A DRollupNamespace.asciidoc34 .`deleteJob(array $params = [])`
40 $params['id'] = (string) The ID of the job to delete
48 .`getJobs(array $params = [])`
54 $params['id'] = (string) The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs
62 .`getRollupCaps(array $params = [])`
68 $params['id'] = (string) The ID of the index to check rollup capabilities on, or left blank for all jobs
76 .`getRollupIndexCaps(array $params = [])`
82 $params['index'] = (string) The rollup index or index pattern to obtain rollup capabilities from.
90 .`putJob(array $params = [])`
96 $params['i
[all...]
H A DSearchableSnapshotsNamespace.asciidoc29 .`clearCache(array $params = [])`
35 $params['index'] = (list) A comma-separated list of index names
36 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
37 $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)
38 $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)
46 .`mount(array $params = [])`
52 $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
53 $params['snapshot'] = (string) The name of the snapshot of the index to mount
54 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
55 $params['wait_for_completio
[all...]
H A DSecurityNamespace.asciidoc54 .`authenticate(array $params = [])`
66 .`changePassword(array $params = [])`
71 $params['username'] = (string) The username of the user to change the password for
72 $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)
73 $params['body'] = (array) the new password for the user (Required)
81 .`clearApiKeyCache(array $params = [])`
86 $params['ids'] = (list) A comma-separated list of IDs of API keys to clear from the cache
94 .`clearCachedPrivileges(array $params = [])`
99 $params['application'] = (list) A comma-separated list of application names
107 .`clearCachedRealms(array $params
[all...]
H A DTasksNamespace.asciidoc29 .`cancel(array $params = [])`
35 $params['task_id'] = (string) Cancel the task with specified task id (node_id:task_number)
36 $params['nodes'] = (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
37 $params['actions'] = (list) A comma-separated list of actions that should be cancelled. Leave empty to cancel all.
45 .`get(array $params = [])`
51 $params['task_id'] = (string) Return the task with specified id (node_id:task_number)
52 $params['wait_for_completion'] = (boolean) Wait for the matching tasks to complete (default: false)
53 $params['timeout'] = (time) Explicit operation timeout
61 .`list(array $params = [])`
67 $params['node
[all...]

1...<<11121314151617181920>>...118