Searched defs:bucketsPath (Results 1 – 13 of 13) sorted by relevance
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A D | BucketSelector.php | 14 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null) 32 public function setBucketsPath(array $bucketsPath): self
|
H A D | BucketScript.php | 16 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null) 34 public function setBucketsPath(array $bucketsPath): self
|
H A D | CumulativeSum.php | 14 public function __construct(string $name, string $bucketsPath)
|
H A D | Derivative.php | 17 public function __construct(string $name, ?string $bucketsPath = null)
|
H A D | ExtendedStatsBucket.php | 15 public function __construct(string $name, string $bucketsPath)
|
H A D | StatsBucket.php | 17 public function __construct(string $name, ?string $bucketsPath = null)
|
H A D | SumBucket.php | 17 public function __construct(string $name, ?string $bucketsPath = null)
|
H A D | AvgBucket.php | 19 public function __construct(string $name, ?string $bucketsPath = null)
|
H A D | PercentilesBucket.php | 18 public function __construct(string $name, ?string $bucketsPath = null)
|
H A D | NormalizeAggregation.php | 16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null)
|
H A D | SerialDiff.php | 18 public function __construct(string $name, ?string $bucketsPath = null)
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
H A D | Aggregation.php | 102 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/ |
H A D | BucketsPathTrait.php | 10 public function setBucketsPath(string $bucketsPath): self
|