@@ -430,12 +430,12 @@ |
||
430 | 430 | return new DiversifiedSampler($name); |
431 | 431 | } |
432 | 432 | |
433 | - /** |
|
434 | - * composite aggregation |
|
435 | - * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html |
|
436 | - */ |
|
433 | + /** |
|
434 | + * composite aggregation |
|
435 | + * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html |
|
436 | + */ |
|
437 | 437 | public function composite(string $name): Composite |
438 | 438 | { |
439 | - return new Composite($name); |
|
439 | + return new Composite($name); |
|
440 | 440 | } |
441 | 441 | } |