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.
1 parent 5f5bd4f commit bf3ce32Copy full SHA for bf3ce32
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Processor.php
@@ -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