Elastica\Node::refresh PHP Method

refresh() public method

This should be called after updating a node to refresh all information
public refresh ( )
    public function refresh()
    {
        $this->_stats = null;
        $this->_info = null;
    }