Home
last modified time | relevance | path

Searched refs:params (Results 201 – 225 of 2939) sorted by last modified time

12345678910>>...118

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D60ee33f3acfdd0fe6f288ac77312c780.asciidoc5 $params = [
18 $response = $client->search($params);
H A D6138d6919f3cbaaf61e1092f817d295c.asciidoc5 $params = [
17 $response = $client->search($params);
H A D625dc94df1f9affb49a082fd99d41620.asciidoc5 $params = [
13 $response = $client->index($params);
H A D645796e8047967ca4a7635a22a876f4c.asciidoc5 $params = [
28 $response = $client->search($params);
H A D64b9baa6d7556b960b29698f3383aa31.asciidoc5 $params = [
24 $response = $client->reindex($params);
H A D67ceac4bf2d9ac7cc500390544cdcb41.asciidoc5 $params = [
17 $response = $client->search($params);
H A D68721288dc9ad8aa1b55099b4d303051.asciidoc5 $params = [
19 $response = $client->search($params);
H A D68738b4fd0dda177022be45be95b4c84.asciidoc5 $params = [
8 $response = $client->reindexRethrottle($params);
H A D6a1702dd50690cae833572e48a0ddf25.asciidoc5 $params = [
18 $response = $client->search($params);
H A D6bbc613bd4f9aec1bbdbabf5db021d28.asciidoc5 $params = [
30 $response = $client->search($params);
H A D6f097c298a7abf4c032c4314920c49c8.asciidoc5 $params = [
18 $response = $client->reindex($params);
H A D6f21a878fee3b43c5332b81aaddbeac7.asciidoc5 $params = [
20 $response = $client->search($params);
H A D71ba9033107882f61cdc3b32fc73568d.asciidoc5 $params = [
16 $response = $client->indices()->putMapping($params);
H A D734c2e2a1e45b84f1e4e65b51356fcd7.asciidoc5 $params = [
17 $response = $client->indices()->create($params);
H A D75330ec1305d2beb0e2f34d2195464e2.asciidoc5 $params = [
14 $response = $client->search($params);
H A D764f9884b370cbdc82a1c5c42ed40ff3.asciidoc5 $params = [
20 $response = $client->reindex($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php35 private $params; variable in Elasticsearch\\Helper\\Iterators\\SearchResponseIterator
67 $this->params = $search_params;
126 $this->current_scrolled_response = $this->client->search($this->params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DAbstractNamespace.php45 public function extractArgument(array &$params, string $arg) argument
47 if (array_key_exists($arg, $params) === true) {
48 $val = $params[$arg];
49 unset($params[$arg]);
H A DCatNamespace.php33 * $params['name'] = (list) A comma-separated list of alias names to return
34 * $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
35 * $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
36 * $params['h'] = (list) Comma-separated list of column names to display
37 * $params['help'] = (boolean) Return help information (Default = false)
38 * $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
39 * $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
40 * $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)
42 * @param array $params Associative array of parameters
46 public function aliases(array $params argument
74 allocation(array $params = []) global() argument
99 count(array $params = []) global() argument
125 fielddata(array $params = []) global() argument
151 health(array $params = []) global() argument
170 help(array $params = []) global() argument
201 indices(array $params = []) global() argument
227 master(array $params = []) global() argument
253 mlDataFrameAnalytics(array $params = []) global() argument
281 mlDatafeeds(array $params = []) global() argument
310 mlJobs(array $params = []) global() argument
340 mlTrainedModels(array $params = []) global() argument
366 nodeattrs(array $params = []) global() argument
394 nodes(array $params = []) global() argument
419 pendingTasks(array $params = []) global() argument
444 plugins(array $params = []) global() argument
471 recovery(array $params = []) global() argument
497 repositories(array $params = []) global() argument
521 segments(array $params = []) global() argument
550 shards(array $params = []) global() argument
578 snapshots(array $params = []) global() argument
607 tasks(array $params = []) global() argument
632 templates(array $params = []) global() argument
660 threadPool(array $params = []) global() argument
689 transforms(array $params = []) global() argument
[all...]
H A DCcrNamespace.php33 * $params['name'] = (string) The name of the auto follow pattern.
35 * @param array $params Associative array of parameters
39 public function deleteAutoFollowPattern(array $params = []) argument
41 $name = $this->extractArgument($params, 'name');
45 $endpoint->setParams($params);
53 * $params['index'] = (string) The name of the follower index
54 * $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)
55 * $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
57 * @param array $params Associative array of parameters
61 public function follow(array $params argument
83 followInfo(array $params = []) global() argument
103 followStats(array $params = []) global() argument
124 forgetFollower(array $params = []) global() argument
146 getAutoFollowPattern(array $params = []) global() argument
166 pauseAutoFollowPattern(array $params = []) global() argument
186 pauseFollow(array $params = []) global() argument
207 putAutoFollowPattern(array $params = []) global() argument
229 resumeAutoFollowPattern(array $params = []) global() argument
250 resumeFollow(array $params = []) global() argument
271 stats(array $params = []) global() argument
289 unfollow(array $params = []) global() argument
[all...]
H A DClusterNamespace.php33 * $params['include_yes_decisions'] = (boolean) Return 'YES' decisions in explanation (default: false)
34 * $params['include_disk_info'] = (boolean) Return information about disk usage and shard sizes (default: false)
35 * $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain a randomly-chosen unassigned shard'
37 * @param array $params Associative array of parameters
41 public function allocationExplain(array $params = []) argument
43 $body = $this->extractArgument($params, 'body');
47 $endpoint->setParams($params);
55 * $params['name'] = (string) The name of the template
56 * $params['timeout'] = (time) Explicit operation timeout
57 * $params['master_timeou
63 deleteComponentTemplate(array $params = []) global() argument
83 deleteVotingConfigExclusions(array $params = []) global() argument
103 existsComponentTemplate(array $params = []) global() argument
128 getComponentTemplate(array $params = []) global() argument
151 getSettings(array $params = []) global() argument
180 health(array $params = []) global() argument
201 pendingTasks(array $params = []) global() argument
221 postVotingConfigExclusions(array $params = []) global() argument
243 putComponentTemplate(array $params = []) global() argument
268 putSettings(array $params = []) global() argument
287 remoteInfo(array $params = []) global() argument
311 reroute(array $params = []) global() argument
340 state(array $params = []) global() argument
364 stats(array $params = []) global() argument
[all...]
H A DDanglingIndicesNamespace.php33 * $params['index_uuid'] = (string) The UUID of the dangling index
34 * $params['accept_data_loss'] = (boolean) Must be set to true in order to delete the dangling index
35 * $params['timeout'] = (time) Explicit operation timeout
36 * $params['master_timeout'] = (time) Specify timeout for connection to master
38 * @param array $params Associative array of parameters
42 public function deleteDanglingIndex(array $params = []) argument
44 $index_uuid = $this->extractArgument($params, 'index_uuid');
48 $endpoint->setParams($params);
56 * $params['index_uuid'] = (string) The UUID of the dangling index
57 * $params['accept_data_los
65 importDanglingIndex(array $params = []) global() argument
84 listDanglingIndices(array $params = []) global() argument
[all...]
H A DDataFrameTransformDeprecatedNamespace.php33 * $params['transform_id'] = (string) The id of the transform to delete
34 * $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
36 * @param array $params Associative array of parameters
43 public function deleteTransform(array $params = []) argument
45 $transform_id = $this->extractArgument($params, 'transform_id');
49 $endpoint->setParams($params);
57 * $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
58 * $params['from'] = (int) skips a number of transform configs, defaults to 0
59 * $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
60 * $params['allow_no_matc
70 getTransform(array $params = []) global() argument
96 getTransformStats(array $params = []) global() argument
119 previewTransform(array $params = []) global() argument
144 putTransform(array $params = []) global() argument
170 startTransform(array $params = []) global() argument
196 stopTransform(array $params = []) global() argument
221 updateTransform(array $params = []) global() argument
[all...]
H A DEnrichNamespace.php33 * $params['name'] = (string) The name of the enrich policy
35 * @param array $params Associative array of parameters
39 public function deletePolicy(array $params = []) argument
41 $name = $this->extractArgument($params, 'name');
45 $endpoint->setParams($params);
53 * $params['name'] = (string) The name of the enrich policy
54 * $params['wait_for_completion'] = (boolean) Should the request should block until the execution is complete. (Default = true)
56 * @param array $params Associative array of parameters
60 public function executePolicy(array $params = []) argument
62 $name = $this->extractArgument($params, 'nam
80 getPolicy(array $params = []) global() argument
101 putPolicy(array $params = []) global() argument
122 stats(array $params = []) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php8 * Class to handle params.
10 * This function can be used to handle params for queries, filter
31 * Converts the params to an array. A default implementation exist to create
33 * and the params.
64 * Sets (overwrites) all params of this object.
66 * @param array $params Parameter list
70 public function setParams(array $params) argument
72 $this->_params = $params;
80 * This function can be used to add an array of params
129 * Returns the params arra
[all...]

12345678910>>...118