File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/1b8655e6ba99fe39933c6eafe78728b7.asciidoc
Back
// docs/reindex.asciidoc:204 [source, php] ---- $params = [ 'body' => [ 'source' => [ 'index' => 'twitter', 'slice' => [ 'id' => 0, 'max' => 2, ], ], 'dest' => [ 'index' => 'new_twitter', ], ], ]; $response = $client->reindex($params); $params = [ 'body' => [ 'source' => [ 'index' => 'twitter', 'slice' => [ 'id' => 1, 'max' => 2, ], ], 'dest' => [ 'index' => 'new_twitter', ], ], ]; $response = $client->reindex($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings