Home
last modified time | relevance | path

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

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