Home
last modified time | relevance | path

Searched refs:rollup_index (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/
DRollup.php31 protected $rollup_index; variable in Elasticsearch\\Endpoints\\Rollup\\Rollup
36 $rollup_index = $this->rollup_index ?? null;
38 if (isset($index) && isset($rollup_index)) {
39 return "/$index/_rollup/$rollup_index";
66 public function setRollupIndex($rollup_index): Rollup argument
68 if (isset($rollup_index) !== true) {
71 $this->rollup_index = $rollup_index;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DRollupNamespace.php165 $rollup_index = $this->extractArgument($params, 'rollup_index');
172 $endpoint->setRollupIndex($rollup_index);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DRollupNamespace.asciidoc111 $params['rollup_index'] = (string) The name of the rollup index to create