���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/drive.rickard.co/systemMYs/classes/vendor/Elasticsearch/Endpoints/Reindex.php
���ѧ٧ѧ�
<?php namespace Elasticsearch\Endpoints; /** * Class Reindex * * @category Elasticsearch * @package Elasticsearch\Endpoints\Indices * @author Augustin Husson <husson.augustin@gmail.com> * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2 * @link http://elastic.co */ class Reindex extends AbstractEndpoint { /** * @return string[] */ public function getParamWhitelist() { return array( 'slices', 'refresh', 'timeout', 'consistency', 'wait_for_completion', 'requests_per_second', ); } /** * @return string */ public function getURI() { return '/_reindex'; } /** * @return string */ public function getMethod() { return 'POST'; } /** * @param array $body * * @throws \Elasticsearch\Common\Exceptions\InvalidArgumentException * @return $this */ public function setBody($body) { if (isset($body) !== true) { return $this; } $this->body = $body; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.07 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�