We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ec7f45 + 3267737 commit c37b3dbCopy full SHA for c37b3db
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Processor.php
@@ -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