Elastica\Index\Stats::getIndex PHP Method

getIndex() public method

Returns the index object.
public getIndex ( ) : Index
return Elastica\Index Index object
    public function getIndex()
    {
        return $this->_index;
    }