File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/6be70810d6ebd6f09d8a49f9df847765.asciidoc
Back
// query-dsl/nested-query.asciidoc:41 [source, php] ---- $params = [ 'index' => 'my_index', 'body' => [ 'query' => [ 'nested' => [ 'path' => 'obj1', 'query' => [ 'bool' => [ 'must' => [ [ 'match' => [ 'obj1.name' => 'blue', ], ], [ 'range' => [ 'obj1.count' => [ 'gt' => 5, ], ], ], ], ], ], 'score_mode' => 'avg', ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings