PHP 클래스 Smile\ElasticsuiteCatalog\Plugin\Indexer\AbstractIndexerPlugin

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

공개 메소드들

메소드 설명
__construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry, Full $fullIndexer ) ReindexProductsAfterSave constructor.

보호된 메소드들

메소드 설명
processFullTextIndex ( mixed $ids ) Process full-text reindex for product ids

메소드 상세

__construct() 공개 메소드

ReindexProductsAfterSave constructor.
public __construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry, Full $fullIndexer )
$indexerRegistry Magento\Framework\Indexer\IndexerRegistry The indexer registry
$fullIndexer Smile\ElasticsuiteCatalog\Model\ResourceModel\Product\Indexer\Fulltext\Action\Full The Full Indexer

processFullTextIndex() 보호된 메소드

Process full-text reindex for product ids
protected processFullTextIndex ( mixed $ids )
$ids mixed The product ids to reindex