Home
last modified time | relevance | path

Searched defs:bucketsPath (Results 1 – 13 of 13) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DBucketSelector.php14 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null)
40 public function setBucketsPath(array $bucketsPath): self
DBucketScript.php16 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null)
42 public function setBucketsPath(array $bucketsPath): self
DCumulativeSum.php14 public function __construct(string $name, string $bucketsPath)
DSumBucket.php17 public function __construct(string $name, ?string $bucketsPath = null)
DExtendedStatsBucket.php15 public function __construct(string $name, string $bucketsPath)
DDerivative.php17 public function __construct(string $name, ?string $bucketsPath = null)
DStatsBucket.php17 public function __construct(string $name, ?string $bucketsPath = null)
DAvgBucket.php19 public function __construct(string $name, ?string $bucketsPath = null)
DPercentilesBucket.php18 public function __construct(string $name, ?string $bucketsPath = null)
DNormalizeAggregation.php16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null)
DSerialDiff.php18 public function __construct(string $name, ?string $bucketsPath = null)
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DAggregation.php102 public function sum_bucket(string $name, ?string $bucketsPath = null): SumBucket
122 public function avg_bucket(string $name, ?string $bucketsPath = null): AvgBucket
140 public function stats_bucket(string $name, ?string $bucketsPath = null): StatsBucket
186 public function percentiles_bucket(string $name, ?string $bucketsPath = null): PercentilesBucket
204 public function cumulative_sum(string $name, string $bucketsPath): CumulativeSum
444 …public function bucket_script(string $name, ?array $bucketsPath = null, ?string $script = null): B…
454 public function serial_diff(string $name, ?string $bucketsPath = null): SerialDiff
482 public function derivative(string $name, ?string $bucketsPath = null): Derivative
522 …public function normalize(string $name, ?string $bucketsPath = null, ?string $method = null): Norm…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
DBucketsPathTrait.php10 public function setBucketsPath(string $bucketsPath): self