Searched defs:bucketsPath (Results 1 – 8 of 8) sorted by path
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Aggregation/ |
H A D | AvgBucket.php | 21 public function __construct(string $name, string $bucketsPath = null) 37 public function setBucketsPath(string $bucketsPath): self
|
H A D | BucketScript.php | 19 public function __construct(string $name, array $bucketsPath = null, string $script = null) 39 public function setBucketsPath(array $bucketsPath): self
|
H A D | BucketSelector.php | 17 public function __construct(string $name, array $bucketsPath = null, string $script = null) 37 public function setBucketsPath($bucketsPath)
|
H A D | Derivative.php | 18 public function __construct(string $name, string $bucketsPath = null) 34 public function setBucketsPath(string $bucketsPath)
|
H A D | SerialDiff.php | 20 public function __construct(string $name, string $bucketsPath = null) 36 public function setBucketsPath(string $bucketsPath): self
|
H A D | StatsBucket.php | 18 public function __construct(string $name, string $bucketsPath = null) 34 public function setBucketsPath(string $bucketsPath): self
|
H A D | SumBucket.php | 18 public function __construct(string $name, string $bucketsPath = null) 34 public function setBucketsPath(string $bucketsPath): self
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/QueryBuilder/DSL/ |
H A D | Aggregation.php | 110 public function sum_bucket(string $name, string $bucketsPath = null): SumBucket 139 public function avg_bucket(string $name, string $bucketsPath = null): AvgBucket 522 …public function bucket_script(string $name, array $bucketsPath = null, string $script = null): Buc… 537 public function serial_diff(string $name, string $bucketsPath = null): SerialDiff
|