setSource($document->getData()); return $this; } /** * {@inheritdoc} */ protected function _getMetadata(AbstractUpdateAction $action): array { return $action->getOptions([ '_index', '_id', 'version', 'version_type', 'routing', 'parent', 'retry_on_conflict', ]); } }