Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration::getIndex PHP Method

getIndex() private method

Retrieve the index associated with the currrent search request container.
private getIndex ( ) : Smile\ElasticsuiteCore\Api\Index\IndexInterface
return Smile\ElasticsuiteCore\Api\Index\IndexInterface
    private function getIndex()
    {
        $indexName = $this->readBaseConfigParam('index');
        return $this->indexManager->getIndexByName($indexName, $this->storeId);
    }