Home
last modified time | relevance | path

Searched refs:setBucketsPath (Results 1 – 12 of 12) sorted by last modified time

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDerivative.php22 $this->setBucketsPath($bucketsPath);
H A DExtendedStatsBucket.php19 $this->setBucketsPath($bucketsPath);
H A DSerialDiff.php23 $this->setBucketsPath($bucketsPath);
H A DStatsBucket.php22 $this->setBucketsPath($bucketsPath);
H A DSumBucket.php22 $this->setBucketsPath($bucketsPath);
H A DBucketScript.php21 $this->setBucketsPath($bucketsPath);
42 public function setBucketsPath(array $bucketsPath): self
34 public function setBucketsPath(array $bucketsPath): self global() function in Elastica\\Aggregation\\BucketScript
H A DBucketSelector.php19 $this->setBucketsPath($bucketsPath);
40 public function setBucketsPath(array $bucketsPath): self
32 public function setBucketsPath(array $bucketsPath): self global() function in Elastica\\Aggregation\\BucketSelector
H A DCumulativeSum.php18 $this->setBucketsPath($bucketsPath);
H A DAvgBucket.php24 $this->setBucketsPath($bucketsPath);
H A DNormalizeAggregation.php21 $this->setBucketsPath($bucketsPath);
H A DPercentilesBucket.php23 $this->setBucketsPath($bucketsPath);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
H A DBucketsPathTrait.php10 public function setBucketsPath(string $bucketsPath): self function