PHP Class Smile\ElasticsuiteCatalog\Plugin\Indexer\AbstractIndexerPlugin

Author: Romain Ruaud ([email protected])
Show file Open project: smile-sa/elasticsuite Class Usage Examples

Public Methods

Method Description
__construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry, Full $fullIndexer ) ReindexProductsAfterSave constructor.

Protected Methods

Method Description
processFullTextIndex ( mixed $ids ) Process full-text reindex for product ids

Method Details

__construct() public method

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() protected method

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