Smile\ElasticsuiteCatalog\Model\Category\Indexer\Fulltext\Action\Full::getSearchableCategories PHP Method

getSearchableCategories() private method

Load a bulk of product data.
private getSearchableCategories ( integer $storeId, string $categoryIds = null, integer $fromId, integer $limit = 100 ) : array
$storeId integer Store id.
$categoryIds string Category ids filter.
$fromId integer Load product with id greater than.
$limit integer Number of product to get loaded.
return array
    private function getSearchableCategories($storeId, $categoryIds = null, $fromId = 0, $limit = 100)
    {
        return $this->resourceModel->getSearchableCategories($storeId, $categoryIds, $fromId, $limit);
    }