Skip to content

Commit bf3ce32

Browse files
committed
MAGETWO-52230: Product doesn't appear on storefront when indexers updated by schedule
1 parent 5f5bd4f commit bf3ce32

File tree

1 file changed

+17
-0
lines changed
  • app/code/Magento/CatalogSearch/Model/Indexer/Fulltext

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* Copyright © 2016 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
namespace Magento\CatalogSearch\Model\Indexer\Fulltext;
7+
8+
use Magento\Framework\Indexer\AbstractProcessor;
9+
use Magento\CatalogSearch\Model\Indexer\Fulltext;
10+
11+
class Processor extends AbstractProcessor
12+
{
13+
/**
14+
* Indexer ID
15+
*/
16+
const INDEXER_ID = Fulltext::INDEXER_ID;
17+
}

0 commit comments

Comments
 (0)