Home
last modified time | relevance | path

Searched refs:index (Results 126 – 150 of 1806) sorted by relevance

12345678910>>...73

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetUpgrade.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_upgrade";
H A DSegments.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_segments";
H A DShardStores.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_shard_stores";
H A DRefresh.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_refresh";
H A DUpgrade.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_upgrade";
H A DRecovery.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_recovery";
H A DClose.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_close";
H A DExists.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index";
H A DFreeze.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_freeze";
H A DUnfreeze.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_unfreeze";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/
H A DClearCache.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_searchable_snapshots/cache/clear";
47 'index'
H A DStats.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_searchable_snapshots/stats";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DHealth.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/_cluster/health/$index";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DIndices.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/_cat/indices/$index";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Migration/
H A DDeprecations.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_migration/deprecations";
/plugin/revealjs/syntax/
H A Dfragment.php51 elseif (intval($param1) > 0) $index = $param1;
54 if (intval($param2) > 0) $index = $param2;
57 return array($state, array($style, $index));
83 list($style, $index) = $match;
85 ($index ? ' data-fragment-index="'.$index.'"' : '') . '>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc6 'index' => 'users',
11 $response = $client->index($params);
13 'index' => 'users',
18 $response = $client->index($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DOpenPointInTime.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_pit";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DGoogleFirestoreAdminV1IndexOperationMetadata.php29 public $index; variable in Google\\Service\\Firestore\\GoogleFirestoreAdminV1IndexOperationMetadata
60 public function setIndex($index) argument
62 $this->index = $index;
69 return $this->index;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/
H A DFollowInfo.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_ccr/info";
H A DPauseFollow.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_ccr/pause_follow";
H A DUnfollow.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_ccr/unfollow";
H A DFollowStats.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_ccr/stats";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Fleet/
H A DGlobalCheckpoints.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_fleet/global_checkpoints";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/
H A DGetRollupIndexCaps.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_rollup/data";

12345678910>>...73