Home
last modified time | relevance | path

Searched refs:setBucketsPath (Results 1 – 12 of 12) sorted by relevance

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