File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/6464124d1677f4552ddddd95a340ca3a.asciidoc
Back
// api-conventions.asciidoc:353 [source, php] ---- $params = [ 'index' => 'library', 'body' => [ 'title' => 'Book #1', 'rating' => 200.1, ], ]; $response = $client->index($params); $params = [ 'index' => 'library', 'body' => [ 'title' => 'Book #2', 'rating' => 1.7, ], ]; $response = $client->index($params); $params = [ 'index' => 'library', 'body' => [ 'title' => 'Book #3', 'rating' => 0.1, ], ]; $response = $client->index($params); $response = $client->search(); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings