Smile\ElasticsuiteCatalog\Model\Product\Indexer\Fulltext\Action\Full::getSearchableProducts PHP Method

getSearchableProducts() private method

Load a bulk of product data.
private getSearchableProducts ( integer $storeId, string $productIds = null ) : array
$storeId integer Store id.
$productIds string Product ids filter.
return array
    private function getSearchableProducts($storeId, $productIds = null)
    {
        return $this->resourceModel->getSearchableProducts($storeId, $productIds);
    }