Skip to content

Commit 7e68204

Browse files
committed
MAGETWO-93671: [Forwardport] Implement parallelization for Search Indexer
1 parent e787921 commit 7e68204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
/**
1616
* Provide functionality for Fulltext Search indexing.
1717
*
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19+
*
1820
* @api
1921
* @since 100.0.2
2022
*/

0 commit comments

Comments
 (0)