File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/8d9a63d7c31f08bd27d92ece3de1649c.asciidoc
Back
// mapping/fields/id-field.asciidoc:12 [source, php] ---- $params = [ 'index' => 'my_index', 'id' => '1', 'body' => [ 'text' => 'Document with ID 1', ], ]; $response = $client->index($params); $params = [ 'index' => 'my_index', 'id' => '2', 'body' => [ 'text' => 'Document with ID 2', ], ]; $response = $client->index($params); $params = [ 'index' => 'my_index', 'body' => [ 'query' => [ 'terms' => [ '_id' => [ '1', '2', ], ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings