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

저자: Romain Ruaud ([email protected])
파일 보기 프로젝트 열기: smile-sa/elasticsuite 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
getSearchableCategories ( integer $storeId, string $categoryIds = null, integer $fromId, integer $limit = 100 ) : array Load a bulk of product data.

메소드 상세

__construct() 공개 메소드

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

rebuildStoreIndex() 공개 메소드

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