From 96d3667fbb5bbfd5bb0fe051e03808764decac86 Mon Sep 17 00:00:00 2001 From: asajedi Date: Mon, 27 Sep 2021 00:55:26 +0200 Subject: [PATCH] Fetch TEI files --- src/Command/SolrIndexing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/SolrIndexing.php b/src/Command/SolrIndexing.php index 5fa3c80..ac071b4 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(); -- GitLab