Skip to content

Commit 6dc7216

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-52230' into MAGETWO-52746
2 parents 65c8e18 + 3267737 commit 6dc7216

File tree

1 file changed

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

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
/**
12+
* Class Processor
13+
*/
14+
class Processor extends AbstractProcessor
15+
{
16+
/**
17+
* Indexer ID
18+
*/
19+
const INDEXER_ID = Fulltext::INDEXER_ID;
20+
}

0 commit comments

Comments
 (0)