Elastica\Cluster\Settings::set PHP Method

set() public method

Set settings for cluster.
public set ( array $settings ) : Response
$settings array Raw settings (including persistent or transient)
return Elastica\Response
    public function set(array $settings)
    {
        return $this->request($settings, Request::PUT);
    }