$this->connection->
executeStatement('DELETE FROM elasticsearch_index_task'
);
$this->
createScripts();
$timestamp =
new \
DateTime();
$this->
createIndex($timestamp);
return new IndexerOffset( [],
$this->registry->
getDefinitionNames(),
$timestamp->
getTimestamp() );
} /**
* @param array<mixed> $result
*
* @return array{index: string, id: string, type: string, reason: string}[]
*/
private function parseErrors(array
$result): array
{