File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/cfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc
Back
// getting-started.asciidoc:665 [source, php] ---- $params = [ 'index' => 'bank', 'body' => [ 'size' => 0, 'aggs' => [ 'group_by_state' => [ 'terms' => [ 'field' => 'state.keyword', ], 'aggs' => [ 'average_balance' => [ 'avg' => [ 'field' => 'balance', ], ], ], ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings