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) argument 32 setBucketsPath(array $bucketsPath) global() argument
|
H A D | BucketScript.php | 16 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null) argument 34 setBucketsPath(array $bucketsPath) global() argument
|
H A D | CumulativeSum.php | 14 public function __construct(string $name, string $bucketsPath) argument
|
H A D | Derivative.php | 17 public function __construct(string $name, ?string $bucketsPath = null) argument
|
H A D | ExtendedStatsBucket.php | 15 public function __construct(string $name, string $bucketsPath) argument
|
H A D | StatsBucket.php | 17 public function __construct(string $name, ?string $bucketsPath = null) argument
|
H A D | SumBucket.php | 17 public function __construct(string $name, ?string $bucketsPath = null) argument
|
H A D | AvgBucket.php | 19 public function __construct(string $name, ?string $bucketsPath = null) argument
|
H A D | PercentilesBucket.php | 18 public function __construct(string $name, ?string $bucketsPath = null) argument
|
H A D | NormalizeAggregation.php | 16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null) argument
|
H A D | SerialDiff.php | 18 public function __construct(string $name, ?string $bucketsPath = null) argument
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
H A D | Aggregation.php | 102 public function sum_bucket(string $name, ?string $bucketsPath = null): SumBucket argument 122 public function avg_bucket(string $name, ?string $bucketsPath = null): AvgBucket argument 140 public function stats_bucket(string $name, ?string $bucketsPath = null): StatsBucket argument 186 public function percentiles_bucket(string $name, ?string $bucketsPath = null): PercentilesBucket argument 204 public function cumulative_sum(string $name, string $bucketsPath) argument 444 bucket_script(string $name, array $bucketsPath = null, string $script = null) global() argument 454 serial_diff(string $name, string $bucketsPath = null) global() argument 482 derivative(string $name, string $bucketsPath = null) global() argument 522 normalize(string $name, string $bucketsPath = null, string $method = null) global() argument [all...] |
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/ |
H A D | BucketsPathTrait.php | 10 public function setBucketsPath(string $bucketsPath): self argument
|