$offset->
setLastId(null
);
return $this->
iterate($offset);
} /**
* @param array<string> $ids
*/
public function updateIds(EntityDefinition
$definition, array
$ids): void
{ if ($this->helper->
enabledMultilingualIndex()) { $this->newImplementation->
updateIds($definition,
$ids);
return;
} if (!
$this->helper->
allowIndexing()) { return;
} $alias =
$this->helper->
getIndexName($definition, Defaults::LANGUAGE_SYSTEM
);
if (!
$this->client->
indices()->
existsAlias(['name' =>
$alias])) {