Lines Matching refs:string

62     public function getType(): string
72 public function min(string $name): Min
82 public function max(string $name): Max
92 public function sum(string $name): Sum
102 public function sum_bucket(string $name, ?string $bucketsPath = null): SumBucket
112 public function avg(string $name): Avg
122 public function avg_bucket(string $name, ?string $bucketsPath = null): AvgBucket
132 public function stats(string $name): Stats
140 public function stats_bucket(string $name, ?string $bucketsPath = null): StatsBucket
150 public function extended_stats(string $name): ExtendedStats
160 public function value_count(string $name, string $field): ValueCount
170 * @param string $name the name of this aggregation
171 * @param string|null $field the field on which to perform this aggregation
173 public function percentiles(string $name, ?string $field = null): Percentiles
183 * @param string $name the name of this aggregation
184 * @param string|null $bucketsPath the field on which to perform this aggregation
186 public function percentiles_bucket(string $name, ?string $bucketsPath = null): PercentilesBucket
196 public function cardinality(string $name): Cardinality
204 public function cumulative_sum(string $name, string $bucketsPath): CumulativeSum
214 * @param string $name
226 public function top_hits(string $name): TopHits
237 string $name,
238 ?string $initScript = null,
239 ?string $mapScript = null,
240 ?string $combineScript = null,
241 ?string $reduceScript = null
251 public function global(string $name): GlobalAggregation
259 public function global_agg(string $name): GlobalAggregation
271 public function filter(string $name, ?AbstractQuery $filter = null): Filter
281 public function filters(string $name): Filters
291 public function missing(string $name, string $field): Missing
301 * @param string $path the nested path for this aggregation
303 public function nested(string $name, string $path): Nested
313 * @param string $name The name of this aggregation
314 * @param string|null $path Optional path to the nested object for this aggregation. Defaults to the root of the main document.
316 public function reverse_nested(string $name, ?string $path = null): ReverseNested
326 public function terms(string $name): Terms
336 public function significant_terms(string $name): SignificantTerms
346 public function range(string $name): Range
356 public function date_range(string $name): DateRange
366 public function ipv4_range(string $name, string $field): IpRange
376 * @param string $name the name of this aggregation
377 * @param string $field the name of the field on which to perform the aggregation
380 public function histogram(string $name, string $field, $interval): Histogram
390 * @param string $name the name of this aggregation
391 * @param string $field the name of the field on which to perform the aggregation
392 * @param int|string $interval the interval by which documents will be bucketed
394 public function date_histogram(string $name, string $field, $interval): DateHistogram
404 * @param string $name the name if this aggregation
405 * @param string $field the field on which to perform this aggregation
406 * @param array|string $origin the point from which distances will be calculated
408 public function geo_distance(string $name, string $field, $origin): GeoDistance
418 * @param string $name the name of this aggregation
419 * @param string $field the field on which to perform this aggregation
421 public function geohash_grid(string $name, string $field): GeohashGrid
431 * @param string $name the name of this aggregation
432 * @param string $field the field on which to perform this aggregation
434 public function geotile_grid(string $name, string $field): GeotileGridAggregation
444 public function bucket_script(string $name, ?array $bucketsPath = null, ?string $script = null): BucketScript
454 public function serial_diff(string $name, ?string $bucketsPath = null): SerialDiff
464 public function adjacency_matrix(string $name): AdjacencyMatrix
474 public function sampler(string $name): Sampler
482 public function derivative(string $name, ?string $bucketsPath = null): Derivative
492 public function diversified_sampler(string $name): DiversifiedSampler
502 public function weighted_avg(string $name): WeightedAvg
512 public function composite(string $name): Composite
522 public function normalize(string $name, ?string $bucketsPath = null, ?string $method = null): NormalizeAggregation