014b788c879e4aaa1020672e45e25473.asciidoc 246 B

12345678910111213
  1. // search.asciidoc:72
  2. [source, php]
  3. ----
  4. $params = [
  5. 'body' => [
  6. 'transient' => [
  7. 'cluster.routing.use_adaptive_replica_selection' => false,
  8. ],
  9. ],
  10. ];
  11. $response = $client->cluster()->putSettings($params);
  12. ----