Skip to content

Commit 1300301

Browse files
committed
MAGETWO-89247: Run catalog search indexer by dimension
1 parent 35cd6d3 commit 1300301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ public function executeByDimension(array $dimensions, \Traversable $entityIds =
138138
}
139139

140140
/**
141-
* Execute full indexation. Publish message by store dimension into the queue
141+
* Execute full indexation
142142
*
143143
* @return void
144-
* @throws \InvalidArgumentException Throw exception if cannot put message into the queue
144+
* @throws \InvalidArgumentException
145145
*/
146146
public function executeFull()
147147
{

0 commit comments

Comments
 (0)