PHP 클래스 Smile\ElasticsuiteCatalog\Model\Product\Indexer\Fulltext\Action\Full

저자: Aurelien FOUCRET ([email protected])
파일 보기 프로젝트 열기: smile-sa/elasticsuite

공개 메소드들

메소드 설명
__construct ( Full $resourceModel ) Constructor.
rebuildStoreIndex ( integer $storeId, array | null $productIds = null ) : array Get data for a list of product in a store id.

비공개 메소드들

메소드 설명
getSearchableProducts ( integer $storeId, string $productIds = null ) : array Load a bulk of product data.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Full $resourceModel )
$resourceModel Smile\ElasticsuiteCatalog\Model\ResourceModel\Product\Indexer\Fulltext\Action\Full Indexer resource model.

rebuildStoreIndex() 공개 메소드

If the product list ids is null, all products data will be loaded.
public rebuildStoreIndex ( integer $storeId, array | null $productIds = null ) : array
$storeId integer Store id.
$productIds array | null List of product ids.
리턴 array