Searched refs:rollup_index (Results 1 – 3 of 3) sorted by relevance
31 protected $rollup_index; variable in Elasticsearch\\Endpoints\\Rollup\\Rollup36 $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 argument68 if (isset($rollup_index) !== true) {71 $this->rollup_index = $rollup_index;
165 $rollup_index = $this->extractArgument($params, 'rollup_index');172 $endpoint->setRollupIndex($rollup_index);
111 $params['rollup_index'] = (string) The name of the rollup index to create