mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
FIX UnexpectedValueException thrown when trying to set SolrCellTextExtraction.base_url in config
This commit is contained in:
parent
61750e33fc
commit
aaf9238384
@ -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
|
||||
max_content_length: 500000
|
||||
|
Loading…
Reference in New Issue
Block a user