PHP Class Smile\ElasticsuiteCatalog\Plugin\Indexer\AbstractIndexerPlugin

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
processFullTextIndex ( mixed $ids ) Process full-text reindex for product ids

Method Details

__construct() public méthode

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 méthode

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