File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/b997885974522ef439d5e345924cc5ba.asciidoc
Back
// search/request/sort.asciidoc:94 [source, php] ---- $params = [ 'index' => 'my_index', 'id' => '1', 'body' => [ 'product' => 'chocolate', 'price' => [ 20, 4, ], ], ]; $response = $client->index($params); $params = [ 'body' => [ 'query' => [ 'term' => [ 'product' => 'chocolate', ], ], 'sort' => [ [ 'price' => [ 'order' => 'asc', 'mode' => 'avg', ], ], ], ], ]; $response = $client->search($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings