Home
last modified time | relevance | path

Searched refs:params (Results 301 – 325 of 2939) sorted by last modified time

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DLicenseNamespace.php34 * @param array $params Associative array of parameters
38 public function delete(array $params = []) argument
43 $endpoint->setParams($params);
50 * $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
51 * $params['accept_enterprise'] = (boolean) If the active license is an enterprise license, return type as 'enterprise' (default: false)
53 * @param array $params Associative array of parameters
57 public function get(array $params = []) argument
62 $endpoint->setParams($params);
70 * @param array $params Associative array of parameters
74 public function getBasicStatus(array $params argument
91 getTrialStatus(array $params = []) global() argument
110 post(array $params = []) global() argument
130 postStartBasic(array $params = []) global() argument
149 postStartTrial(array $params = []) global() argument
[all...]
H A DMigrationNamespace.php33 * $params['index'] = (string) Index pattern
35 * @param array $params Associative array of parameters
39 public function deprecations(array $params = []) argument
41 $index = $this->extractArgument($params, 'index');
45 $endpoint->setParams($params);
H A DMlNamespace.php33 * $params['job_id'] = (string) The name of the job to close
34 * $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
35 * $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
36 * $params['force'] = (boolean) True if the job should be forcefully closed
37 * $params['timeout'] = (time) Controls the time to wait until a job has closed. Default to 30 minutes
38 * $params['body'] = (array) The URL params optionally sent in the body
40 * @param array $params Associative array of parameters
44 public function closeJob(array $params = []) argument
46 $job_id = $this->extractArgument($params, 'job_i
66 deleteCalendar(array $params = []) global() argument
87 deleteCalendarEvent(array $params = []) global() argument
110 deleteCalendarJob(array $params = []) global() argument
134 deleteDataFrameAnalytics(array $params = []) global() argument
155 deleteDatafeed(array $params = []) global() argument
178 deleteExpiredData(array $params = []) global() argument
200 deleteFilter(array $params = []) global() argument
223 deleteForecast(array $params = []) global() argument
247 deleteJob(array $params = []) global() argument
268 deleteModelSnapshot(array $params = []) global() argument
290 deleteTrainedModel(array $params = []) global() argument
311 deleteTrainedModelAlias(array $params = []) global() argument
333 estimateModelMemory(array $params = []) global() argument
353 evaluateDataFrame(array $params = []) global() argument
374 explainDataFrameAnalytics(array $params = []) global() argument
413 findFileStructure(array $params = []) global() argument
439 flushJob(array $params = []) global() argument
464 forecast(array $params = []) global() argument
495 getBuckets(array $params = []) global() argument
524 getCalendarEvents(array $params = []) global() argument
547 getCalendars(array $params = []) global() argument
574 getCategories(array $params = []) global() argument
602 getDataFrameAnalytics(array $params = []) global() argument
626 getDataFrameAnalyticsStats(array $params = []) global() argument
648 getDatafeedStats(array $params = []) global() argument
671 getDatafeeds(array $params = []) global() argument
693 getFilters(array $params = []) global() argument
722 getInfluencers(array $params = []) global() argument
746 getJobStats(array $params = []) global() argument
769 getJobs(array $params = []) global() argument
797 getModelSnapshots(array $params = []) global() argument
830 getOverallBuckets(array $params = []) global() argument
861 getRecords(array $params = []) global() argument
891 getTrainedModels(array $params = []) global() argument
914 getTrainedModelsStats(array $params = []) global() argument
933 info(array $params = []) global() argument
951 openJob(array $params = []) global() argument
972 postCalendarEvents(array $params = []) global() argument
997 postData(array $params = []) global() argument
1020 previewDataFrameAnalytics(array $params = []) global() argument
1043 previewDatafeed(array $params = []) global() argument
1066 putCalendar(array $params = []) global() argument
1089 putCalendarJob(array $params = []) global() argument
1112 putDataFrameAnalytics(array $params = []) global() argument
1139 putDatafeed(array $params = []) global() argument
1162 putFilter(array $params = []) global() argument
1189 putJob(array $params = []) global() argument
1213 putTrainedModel(array $params = []) global() argument
1237 putTrainedModelAlias(array $params = []) global() argument
1260 resetJob(array $params = []) global() argument
1283 revertModelSnapshot(array $params = []) global() argument
1308 setUpgradeMode(array $params = []) global() argument
1328 startDataFrameAnalytics(array $params = []) global() argument
1354 startDatafeed(array $params = []) global() argument
1380 stopDataFrameAnalytics(array $params = []) global() argument
1407 stopDatafeed(array $params = []) global() argument
1430 updateDataFrameAnalytics(array $params = []) global() argument
1457 updateDatafeed(array $params = []) global() argument
1480 updateFilter(array $params = []) global() argument
1503 updateJob(array $params = []) global() argument
1527 updateModelSnapshot(array $params = []) global() argument
1554 upgradeJobSnapshot(array $params = []) global() argument
1576 validate(array $params = []) global() argument
1596 validateDetector(array $params = []) global() argument
[all...]
H A DMonitoringNamespace.php33 * $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
34 * $params['system_id'] = (string) Identifier of the monitored system
35 * $params['system_api_version'] = (string) API Version of the monitored system
36 * $params['interval'] = (string) Collection interval (e.g., '10s' or '10000ms') of the payload
37 * $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
39 * @param array $params Associative array of parameters
46 public function bulk(array $params = []) argument
48 $type = $this->extractArgument($params, 'type');
49 $body = $this->extractArgument($params, 'body');
53 $endpoint->setParams($params);
[all...]
H A DNodesNamespace.php33 * $params['node_id'] = (list) Comma-separated list of node IDs or names used to limit returned information.
34 * $params['max_archive_version'] = (long) Specifies the maximum archive_version to be cleared from the archive.
36 * @param array $params Associative array of parameters
43 public function clearRepositoriesMeteringArchive(array $params = []) argument
45 $node_id = $this->extractArgument($params, 'node_id');
46 $max_archive_version = $this->extractArgument($params, 'max_archive_version');
50 $endpoint->setParams($params);
59 * $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information.
61 * @param array $params Associative array of parameters
68 public function getRepositoriesMeteringInfo(array $params argument
94 hotThreads(array $params = []) global() argument
117 info(array $params = []) global() argument
141 reloadSecureSettings(array $params = []) global() argument
174 stats(array $params = []) global() argument
200 usage(array $params = []) global() argument
[all...]
H A DSlmNamespace.php33 * $params['policy_id'] = (string) The id of the snapshot lifecycle policy to remove
35 * @param array $params Associative array of parameters
39 public function deleteLifecycle(array $params = []) argument
41 $policy_id = $this->extractArgument($params, 'policy_id');
45 $endpoint->setParams($params);
53 * $params['policy_id'] = (string) The id of the snapshot lifecycle policy to be executed
55 * @param array $params Associative array of parameters
59 public function executeLifecycle(array $params = []) argument
61 $policy_id = $this->extractArgument($params, 'policy_id');
65 $endpoint->setParams($params);
78 executeRetention(array $params = []) global() argument
96 getLifecycle(array $params = []) global() argument
115 getStats(array $params = []) global() argument
132 getStatus(array $params = []) global() argument
151 putLifecycle(array $params = []) global() argument
172 start(array $params = []) global() argument
189 stop(array $params = []) global() argument
[all...]
H A DTextStructureNamespace.php33 * $params['lines_to_sample'] = (int) How many lines of the file should be included in the analysis (Default = 1000)
34 * $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
35 * $params['timeout'] = (time) Timeout after which the analysis will be aborted (Default = 25s)
36 * $params['charset'] = (string) Optional parameter to specify the character set of the file
37 * $params['format'] = (enum) Optional parameter to specify the high level file format (Options = ndjson,xml,delimited,semi_structured_text)
38 * $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
39 * $params['column_names'] = (list) Optional parameter containing a comma separated list of the column names for a delimited file
40 * $params['delimiter'] = (string) Optional parameter to specify the delimiter character for a delimited file - must be a single character
41 * $params['quote'] = (string) Optional parameter to specify the quote character for a delimited file - must be a single character
42 * $params['should_trim_field
53 findStructure(array $params = []) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D8022e6a690344035b6472a43a9d122e0.asciidoc5 $params = [
8 $response = $client->search($params);
H A D804a97ff4d0613e6568e4efb19c52021.asciidoc5 $params = [
12 $response = $client->cluster()->putSettings($params);
13 $params = [
20 $response = $client->cluster()->putSettings($params);
21 $params = [
28 $response = $client->cluster()->putSettings($params);
H A D81c9aa2678d6166a9662ddf2c011a6a5.asciidoc5 $params = [
13 $response = $client->search($params);
H A D9166cf38427d5cde5d2ec12a2012b669.asciidoc5 $params = [
18 $response = $client->indices()->putTemplate($params);
H A D93f1bdd72e79827dcf9a34efa02fd977.asciidoc5 $params = [
19 $response = $client->search($params);
H A Da116949e446f34dc25ae57d4b703d0c1.asciidoc5 $params = [
18 $response = $client->search($params);
H A Da2a25aad1fea9a541b52ac613c78fb64.asciidoc5 $params = [
19 $response = $client->search($params);
H A Dac544eb247a29ca42aab13826ca88561.asciidoc5 $params = [
10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }',
12 'params' => [
18 $response = $client->update($params);
H A Dad6ea0c1e46712aa1fd6d3bfa0ec979e.asciidoc5 $params = [
15 $response = $client->search($params);
H A Dae9ccfaa146731ab9176df90670db1c2.asciidoc5 $params = [
44 $response = $client->bulk($params);
H A Dafc29b61c532cf683f749baf013e7bfe.asciidoc5 $params = [
16 $response = $client->indices()->putMapping($params);
H A Db0eaf67e5cce24ef8889bf20951ccec1.asciidoc5 $params = [
26 $response = $client->search($params);
H A Dd0a8a938a2fa913b6fdbc871079a59dd.asciidoc5 $params = [
17 $response = $client->search($params);
H A Dd4b4cefba4318caeba7480187faf2b13.asciidoc5 $params = [
12 $response = $client->index($params);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php330 * Converts all query params to an array.
406 * @param array|bool $params Fields to be returned or false to disable source
407 * @phpstan-param TSourceArgs $params
411 public function setSource($params): self
413 return $this->setParam('_source', $params);
409 setSource($params) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php39 public function __construct(?array $params = null, ?string $lang = null, ?string $documentId = null) argument
41 if ($params) {
42 $this->setParams($params);
102 $array['params'] = $this->_convertArrayable($this->_params);
119 $params = $data['script']['params'] ?? [];
122 if (!\is_array($params)) {
123 throw new InvalidException('Script params must be an array');
129 $params,
137 $params,
[all...]
H A DScript.php25 public function __construct(string $scriptCode, ?array $params = null, ?string $lang = null, ?string $documentId = null) argument
27 parent::__construct($params, $lang, $documentId);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php90 * @param array $params Optional query parameters
96 public function performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface argument
112 $params,

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