예제 #1
0
 /**
  * Execute full indexation
  *
  * @return void
  */
 public function executeFull()
 {
     $this->fullActionFactory->create()->reindexAll();
 }
예제 #2
0
 /**
  * Execute full indexation
  *
  * @return void
  */
 public function executeFull()
 {
     $this->fullActionFactory->create()->reindexAll();
     $this->getCacheContext()->registerTags([\Magento\Catalog\Model\Category::CACHE_TAG]);
 }