Home
last modified time | relevance | path

Searched refs:params (Results 351 – 375 of 2939) sorted by last modified time

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc33 .`deleteTransform(array $params = [])`
38 $params['transform_id'] = (string) The id of the transform to delete
39 $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.
47 .`getTransform(array $params = [])`
52 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
53 $params['from'] = (int) skips a number of transform configs, defaults to 0
54 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
56 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on transform PUT (Default = false)
64 .`getTransformStats(array $params
[all...]
H A DAsyncSearchNamespace.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) Specify the time interval in which the results (partial or final) for this search will be available
50 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
58 .`status(array $params = [])`
63 $params['id'] = (string) The async search ID
71 .`submit(array $params
[all...]
H A DClusterNamespace.asciidoc40 .`allocationExplain(array $params = [])`
45 $params['include_yes_decisions'] = (boolean) Return 'YES' decisions in explanation (default: false)
46 $params['include_disk_info'] = (boolean) Return information about disk usage and shard sizes (default: false)
47 $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain the first unassigned shard'
55 .`deleteComponentTemplate(array $params = [])`
60 $params['name'] = (string) The name of the template
61 $params['timeout'] = (time) Explicit operation timeout
62 $params['master_timeout'] = (time) Specify timeout for connection to master
70 .`deleteVotingConfigExclusions(array $params = [])`
75 $params['wait_for_remova
[all...]
H A DDanglingIndicesNamespace.asciidoc28 .`deleteDanglingIndex(array $params = [])`
33 $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
44 .`importDanglingIndex(array $params = [])`
49 $params['index_uuid'] = (string) The UUID of the dangling index
50 $params['accept_data_loss'] = (boolean) Must be set to true in order to import the dangling index
51 $params['timeout'] = (time) Explicit operation timeout
52 $params['master_timeou
[all...]
H A DMigrationNamespace.asciidoc26 .`deprecations(array $params = [])`
31 $params['index'] = (string) Index pattern
H A DMlNamespace.asciidoc86 .`closeJob(array $params = [])`
91 $params['job_id'] = (string) The name of the job to close
92 $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)
93 $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)
94 $params['force'] = (boolean) True if the job should be forcefully closed
95 $params['timeout'] = (time) Controls the time to wait until a job has closed. Default to 30 minutes
96 $params['body'] = (array) The URL params optionally sent in the body
104 .`deleteCalendar(array $params = [])`
109 $params['calendar_i
[all...]
H A DMonitoringNamespace.asciidoc26 .`bulk(array $params = [])`
32 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
33 $params['system_id'] = (string) Identifier of the monitored system
34 $params['system_api_version'] = (string) API Version of the monitored system
35 $params['interval'] = (string) Collection interval (e.g., '10s' or '10000ms') of the payload
36 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
H A DNodesNamespace.asciidoc30 .`hotThreads(array $params = [])`
35 $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
36 $params['interval'] = (time) The interval for the second sampling of threads
37 $params['snapshots'] = (number) Number of samples of thread stacktrace (default: 10)
38 $params['threads'] = (number) Specify the number of threads to provide information for (default: 3)
39 $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)
40 $params['type'] = (enum) The type to sample (default: cpu) (Options = cpu,wait,block)
41 $params['timeout'] = (time) Explicit operation timeout
49 .`info(array $params = [])`
54 $params['node_i
[all...]
H A DSnapshotNamespace.asciidoc36 .`cleanupRepository(array $params = [])`
41 $params['repository'] = (string) A repository name
42 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
43 $params['timeout'] = (time) Explicit operation timeout
51 .`clone(array $params = [])`
56 $params['repository'] = (string) A repository name
57 $params['snapshot'] = (string) The name of the snapshot to clone from
58 $params['target_snapshot'] = (string) The name of the cloned snapshot to create
59 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
60 $params['bod
[all...]
H A DXpackNamespace.asciidoc27 .`info(array $params = [])`
32 $params['categories'] = (list) Comma-separated list of info categories. Can be any of: build, license, features
33 $params['accept_enterprise'] = (boolean) If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
41 .`usage(array $params = [])`
46 $params['master_timeout'] = (time) Specify timeout for watch write operation
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md136 * Fixed terms query params resolution by @deguif [#2032](https://github.com/ruflin/Elastica/pull/2032)
361 * Replaced [params._agg](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_replaced_literal_params__agg_literal_with_literal_state_literal_context_variable_in_scripted_metric_aggregations) with state context variable in scripted metric aggregations
864 - Add username and password params to connection
982 - Objects do not casts to arrays in setters and saved in params as objects. There is many side effects if
983 you work with params on "low-level" or change your objects after you call setter with object
1185 - Avoid remove previously added params when adding a suggest to the query [#726](https://github.com/ruflin/Elastica/issues/726/)
1308 - Added setAnalyzer method to Query\FuzzyLikeThis Class and fixed issue with params not being merged [#611](https://github.com/ruflin/Elastica/issues/611/)
1361 - Allow for request params in delete by query calls [#573](https://github.com/ruflin/Elastica/issues/573/)
1790 - Remove old style path creation through params in Elastica_Index::create and Elastica_Search::search
1807 - Add query param for request (allows GET params)
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc18 $params = [
23 $response = $client->indices()->create($params);
34 $params = [
59 $response = $client->indices()->create($params);
73 $params = [
132 $client->indices()->create($params);
148 $params = ['index' => 'my_index'];
149 $response = $client->indices()->delete($params);
160 $params = [
170 $response = $client->indices()->putSettings($params);
[all...]
H A Dsearch-operations.asciidoc33 $params = [
44 $results = $client->search($params);
56 $params = [
67 print_r(json_encode($params['body']));
91 $params = [
96 $results = $client->search($params);
108 $params = [
119 $results = $client->search($params);
159 $params = [
173 $results = $client->search($params);
[all...]
H A Dconfig-hash.asciidoc16 $params = [
23 $client = ClientBuilder::fromConfig($params);
34 $params = [
43 $client = ClientBuilder::fromConfig($params, true);
H A Dconnecting.asciidoc248 $params = [
254 $response = $client->index($params);
284 $params = [
289 $response = $client->get($params);
323 $params = [
334 $response = $client->search($params);
386 $params = [
391 $response = $client->delete($params);
448 $params = [
458 $response = $client->indices()->create($params);
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php250 public static function multiHandler(array $params = []): CurlMultiHandler argument
253 return new CurlMultiHandler(array_merge([ 'mh' => curl_multi_init() ], $params));
476 * @param array $params
478 public function setConnectionParams(array $params): ClientBuilder argument
480 $this->connectionParams = $params;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md174 $params = [
180 $response = $client->index($params);
212 $params = [
217 $response = $client->get($params);
245 $params = [
250 $source = $client->getSource($params);
268 $params = [
279 $response = $client->search($params);
336 $params = [
341 $response = $client->delete($params);
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc129 .`multiHandler(array $params = [])`
324 .`setConnectionParams(array $params)`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D015294a400986295039e52ebc62033be.asciidoc5 $params = [
15 $response = $client->update($params);
H A D033778305d52746f5ce0a2a922c8e521.asciidoc5 $params = [
19 $response = $client->search($params);
H A D047266b0d20fdb62ebc72d51952c8f6d.asciidoc5 $params = [
20 $response = $client->search($params);
H A D048d8abd42d094bbdcf4452a58ccb35b.asciidoc5 $params = [
14 $response = $client->create($params);
H A D09d617863a103c82fb4101e6165ea7fe.asciidoc5 $params = [
13 $response = $client->search($params);
H A D1577e6e806b3283c9e99f1596d310754.asciidoc5 $params = [
13 $response = $client->index($params);
H A D162b5b693b713f0bfab1209d59443c46.asciidoc5 $params = [
18 $response = $client->search($params);

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