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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('kb:solr:index')->setDefinition(array(new InputOption('force', null, InputOption::VALUE_NONE, 'Force a re-indexing of all bundles'), new InputOption('skip-server-check', null, InputOption::VALUE_NONE, 'Skips check that Solr server is up and running.'), new InputArgument('bundleName', InputArgument::OPTIONAL, 'Bundle name to index')))->setDescription('Indexes bundles in Solr');
    }