File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/8f0511f8a5cb176ff2afdd4311799a33.asciidoc
Back
// search/count.asciidoc:99 [source, php] ---- $params = [ 'index' => 'twitter', 'id' => '1', 'body' => [ 'user' => 'kimchy', ], ]; $response = $client->index($params); $params = [ 'index' => 'twitter', ]; $response = $client->count($params); $params = [ 'index' => 'twitter', 'body' => [ 'query' => [ 'term' => [ 'user' => 'kimchy', ], ], ], ]; $response = $client->count($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings