eZ\Bundle\EzPublishElasticsearchSearchEngineBundle\Command\ElasticsearchCreateIndexCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('ezplatform:elasticsearch_create_index')->setDescription('Indexes the configured database in configured Elasticsearch index')->addArgument('bulk_count', InputArgument::OPTIONAL, 'Number of Content objects indexed at once', 5)->setHelp(<<<EOT
The command <info>%command.name%</info> indexes current configured database in configured Elasticsearch index.
EOT
);
    }
ElasticsearchCreateIndexCommand