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