From aaf92383841fd0db46263927394b45cd916a40a2 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Mon, 3 Oct 2016 20:19:30 +0100 Subject: [PATCH] FIX UnexpectedValueException thrown when trying to set SolrCellTextExtraction.base_url in config --- _config/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config/config.yml b/_config/config.yml index be5f178..bed07e8 100644 --- a/_config/config.yml +++ b/_config/config.yml @@ -4,8 +4,8 @@ Name: textextraction Injector: FileTextCache: FileTextCache_Database -SolrCellTextExtractor: +#SolrCellTextExtractor: # base_url: 'http://localhost:8983/solr/update/extract' FileTextCache_Database: - max_content_length: 500000 \ No newline at end of file + max_content_length: 500000