setName('searchengine:mapping:update') ->setDescription('Update index mapping') ; } protected function doExecute(InputInterface $input, OutputInterface $output) { $indexer = $this->container['elasticsearch.indexer']; $indexer->updateMapping(); $output->writeln('Mapping pushed to index'); } }