File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/4d6997c70a1851f9151443c0d38b532e.asciidoc
Back
// mapping/types/array.asciidoc:42 [source, php] ---- $params = [ 'index' => 'my_index', 'id' => '1', 'body' => [ 'message' => 'some arrays in this document...', 'tags' => [ 'elasticsearch', 'wow', ], 'lists' => [ [ 'name' => 'prog_list', 'description' => 'programming list', ], [ 'name' => 'cool_list', 'description' => 'cool stuff list', ], ], ], ]; $response = $client->index($params); $params = [ 'index' => 'my_index', 'id' => '2', 'body' => [ 'message' => 'no arrays in this document...', 'tags' => 'elasticsearch', 'lists' => [ 'name' => 'prog_list', 'description' => 'programming list', ], ], ]; $response = $client->index($params); $params = [ 'index' => 'my_index', 'body' => [ 'query' => [ 'match' => [ 'tags' => 'elasticsearch', ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings