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

저자: Aurelien FOUCRET ([email protected])
상속: extends Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\Indexer
파일 보기 프로젝트 열기: smile-sa/elasticsuite 1 사용 예제들

공개 메소드들

메소드 설명
getRelationsByChild ( array $childrenIds ) : array Retrieve products relations by childrens
getSearchableProducts ( integer $storeId, string $productIds = null ) : array Load a bulk of product data.

비공개 메소드들

메소드 설명
addIsVisibleInStoreFilter ( Zend_Db_Select $select, integer $storeId ) : Full Filter the select to append only product visible into the catalog or search into the index.

메소드 상세

getRelationsByChild() 공개 메소드

Retrieve products relations by childrens
public getRelationsByChild ( array $childrenIds ) : array
$childrenIds array The product ids being reindexed
리턴 array

getSearchableProducts() 공개 메소드

Load a bulk of product data.
public getSearchableProducts ( integer $storeId, string $productIds = null ) : array
$storeId integer Store id.
$productIds string Product ids filter.
리턴 array