Home
last modified time | relevance | path

Searched defs:bucketsPath (Results 1 – 13 of 13) sorted by last modified time

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDerivative.php17 public function __construct(string $name, ?string $bucketsPath = null) argument
H A DExtendedStatsBucket.php15 public function __construct(string $name, string $bucketsPath) argument
H A DSerialDiff.php18 public function __construct(string $name, ?string $bucketsPath = null) argument
H A DStatsBucket.php17 public function __construct(string $name, ?string $bucketsPath = null) argument
H A DSumBucket.php17 public function __construct(string $name, ?string $bucketsPath = null) argument
H A DBucketScript.php16 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null) argument
34 setBucketsPath(array $bucketsPath) global() argument
H A DBucketSelector.php14 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null) argument
32 setBucketsPath(array $bucketsPath) global() argument
H A DCumulativeSum.php14 public function __construct(string $name, string $bucketsPath) argument
H A DAvgBucket.php19 public function __construct(string $name, ?string $bucketsPath = null) argument
H A DNormalizeAggregation.php16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null) argument
H A DPercentilesBucket.php18 public function __construct(string $name, ?string $bucketsPath = null) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
H A DBucketsPathTrait.php10 public function setBucketsPath(string $bucketsPath): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php102 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...]