eZ\Bundle\EzPublishLegacySearchEngineBundle\Command\CreateIndexCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('ezplatform:create_sql_search_index')->setDescription('Indexes the configured database for the legacy search engine')->addArgument('bulk_count', InputArgument::OPTIONAL, 'Number of Content objects indexed at once', 5)->setHelp(<<<EOT
The command <info>%command.name%</info> indexes content objects for the legacy search engine.
EOT
);
    }