ElasticSearch\Transport\Base::setIndex PHP Method

setIndex() public method

Set what index to act against
public setIndex ( string $index )
$index string
    public function setIndex($index)
    {
        $this->index = $index;
    }