File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/5d9d7b84e2fec7ecd832145cbb951cf1.asciidoc
Back
// aggregations/bucket/terms-aggregation.asciidoc:549 [source, php] ---- $params = [ 'body' => [ 'size' => 0, 'aggs' => [ 'expired_sessions' => [ 'terms' => [ 'field' => 'account_id', 'include' => [ 'partition' => 0, 'num_partitions' => 20, ], 'size' => 10000, 'order' => [ 'last_access' => 'asc', ], ], 'aggs' => [ 'last_access' => [ 'max' => [ 'field' => 'access_date', ], ], ], ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings