if (!
$this->helper->
allowIndexing()) { return;
} if ($message instanceof ElasticsearchLanguageIndexIteratorMessage
) { $this->
handleLanguageIndexIteratorMessage($message);
return;
} $this->
handleIndexingMessage($message);
} /**
* @param IndexerOffset|null $offset
*/
public function iterate($offset): ?ElasticsearchIndexingMessage
{ if (Feature::
isActive('ES_MULTILINGUAL_INDEX'
)) { return $this->newImplementation->
iterate($offset);
}