Knp\Bundle\KnpBundlesBundle\Command\KbSolrReindexCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('kb:solr:reindex')->setDescription('Removes all data from solr index and creates new index');
    }