Home
last modified time | relevance | path

Searched refs:index (Results 376 – 400 of 1806) sorted by last modified time

1...<<11121314151617181920>>...73

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCcrNamespace.php51 * Creates a new follower index configured to follow the referenced leader index.
53 * $params['index'] = (string) The name of the follower index
55 * $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
63 $index = $this->extractArgument($params, 'index');
69 $endpoint->setIndex($index);
75 * Retrieves information about all follower indices, including parameters and status for each follower index
77 * $params['index']
[all...]
H A DClusterNamespace.php35 * $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain a randomly-chosen unassigned shard'
163 * $params['index'] = (list) Limit the information returned to a specific index
182 $index = $this->extractArgument($params, 'index');
187 $endpoint->setIndex($index);
192 * Returns a list of any cluster-level changes (e.g. create index, update mapping,allocate or fail shard) which have not yet been executed.
234 * $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
326 * $params['index'] = (list) A comma-separated list of index name
[all...]
H A DEqlNamespace.php95 * $params['index'] = (string) The name of the index to scope the operation
107 $index = $this->extractArgument($params, 'index');
113 $endpoint->setIndex($index);
H A DFleetNamespace.php31 * Returns the current global checkpoints for an index. This API is design for internal use by the fleet server project.
33 * $params['index'] = (string) The name of the index.
35 * $params['wait_for_index'] = (boolean) Whether to wait for the target index to exist and all primary shards be active (Default = true)
47 $index = $this->extractArgument($params, 'index');
52 $endpoint->setIndex($index);
H A DGraphNamespace.php31 * Explore extracted and summarized information about the documents and terms in an index.
33 * $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)
45 $index = $this->extractArgument($params, 'index');
52 $endpoint->setIndex($index);
H A DIlmNamespace.php33 * $params['policy'] = (string) The name of the index lifecycle policy
51 * Retrieves information about the index's current lifecycle state, such as the currently executing phase, action, and step.
53 * $params['index'] = (string) The name of the index to explain
63 $index = $this->extractArgument($params, 'index');
68 $endpoint->setIndex($index);
75 * $params['policy'] = (string) The name of the index lifecycle policy
93 * Retrieves the current index lifecycle management (ILM) status.
113 * $params['body'] = (array) Optionally specify a legacy index templat
[all...]
H A DIndicesNamespace.php31 * Adds a block to an index.
33 * $params['index'] = (list) A comma separated list of indices to add a block to
43 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/index-modules-blocks.html
47 $index = $this->extractArgument($params, 'index');
53 $endpoint->setIndex($index);
61 * $params['index'] = (string) The name of the index to scope the operation
70 $index = $this->extractArgument($params, 'index');
[all...]
H A DRollupNamespace.php77 * Returns the capabilities of any rollup jobs that have been configured for a specific index or index pattern.
79 * $params['id'] = (string) The ID of the index to check rollup capabilities on, or left blank for all jobs
100 * Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored).
102 * $params['index'] = (string) The rollup index or index pattern to obtain rollup capabilities from.
106 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-get-rollup-index-caps.html
113 $index
[all...]
H A DSearchableSnapshotsNamespace.php56 * $params['index'] = (list) A comma-separated list of index names
70 $index = $this->extractArgument($params, 'index');
75 $endpoint->setIndex($index);
80 * Mount a snapshot as a searchable index.
82 * $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
83 * $params['snapshot'] = (string) The name of the snapshot of the index to mount
137 * $params['index'] = (list) A comma-separated list of index name
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D71ba9033107882f61cdc3b32fc73568d.asciidoc6 'index' => 'my-index',
11 'index' => false,
H A D734c2e2a1e45b84f1e4e65b51356fcd7.asciidoc6 'index' => 'new_users',
H A D764f9884b370cbdc82a1c5c42ed40ff3.asciidoc8 'index' => 'twitter',
16 'index' => 'new_twitter',
H A D78c96113ae4ed0054e581b17542528a7.asciidoc8 'index' => 'source',
16 'index' => 'dest',
H A D7cac05cb589f1614fd5b8589153bef06.asciidoc6 'index' => 'test',
H A D8871b8fcb6de4f0c7dff22798fb10fb7.asciidoc8 'index' => 'twitter',
11 'index' => 'new_twitter',
H A D96de5703ba0bd43fd4ac239ec5408542.asciidoc6 'index' => 'test',
H A D973a3ff47fc4ce036ecd9bd363fef9f7.asciidoc8 'index' => 'metricbeat-*',
11 'index' => 'metricbeat',
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc6 'index' => 'test',
H A D98f14fddddea54a7d6149ab7b92e099d.asciidoc1 // indices/delete-index.asciidoc:10
6 'index' => 'twitter',
H A D99a52be903945b17e734a1d02a57e958.asciidoc6 'index' => 'my-index',
H A D9a4d5e41c52c20635d1fd9c6e13f6c7a.asciidoc6 'index' => 'metricbeat-2016.05.30',
12 $response = $client->index($params);
14 'index' => 'metricbeat-2016.05.31',
20 $response = $client->index($params);
H A Db1efa1c51a34dd5ab5511b71a399f5b1.asciidoc8 'index' => 'source',
11 'index' => 'dest',
H A Db918d6b798da673a33e49b94f61dcdc0.asciidoc6 'index' => 'twitter',
14 $response = $client->index($params);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTerms.php58 if (isset($terms['index'])) {
65 public function setTermsLookup(string $index, string $id, string $path): self argument
68 'index' => $index,
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php162 protected function _getSourcePartBody(Index $index, array $params): array
165 'index' => $index->getName(),
171 protected function _getDestPartBody(Index $index, array $params): array
174 'index' => $index->getName(),
154 _getSourcePartBody(Index $index, array $params) global() argument
163 _getDestPartBody(Index $index, array $params) global() argument

1...<<11121314151617181920>>...73