File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/ba0b4081c98f3387f76b77847c52ee9a.asciidoc
Back
// indices/update-settings.asciidoc:169 [source, php] ---- $params = [ 'index' => 'twitter', ]; $response = $client->indices()->close($params); $params = [ 'index' => 'twitter', 'body' => [ 'analysis' => [ 'analyzer' => [ 'content' => [ 'type' => 'custom', 'tokenizer' => 'whitespace', ], ], ], ], ]; $response = $client->indices()->putSettings($params); $params = [ 'index' => 'twitter', ]; $response = $client->indices()->open($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings