diff --git a/src/Command/SolrIndexing.php b/src/Command/SolrIndexing.php index 5fa3c80d31e8e4b8818a33280b1a1d84090a9e7c..ac071b432921a44abbd19f3d69429254a9386760 100644 --- a/src/Command/SolrIndexing.php +++ b/src/Command/SolrIndexing.php @@ -39,7 +39,7 @@ class SolrIndexing extends Command { $output->writeln('Start solr indexing.'); -// $this->tei2SolrController->fetchTeis(); + $this->tei2SolrController->fetchTeis(); $this->tei2SolrController->deleteSolrIndex(); $this->tei2SolrController->tei2solr();