From 13c5c095184ca394f7b67b52b9a86e68a60443b5 Mon Sep 17 00:00:00 2001 From: luccioman Date: Sun, 26 Feb 2017 11:03:15 +0100 Subject: [PATCH] Fixed datacite.org heuristics base url. The datacite Solr search http URL was returning http status 301 in order to redirect to its https version, thus making that YaCy heuristic always fail. --- defaults/federatecfg/datacite.solr.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/federatecfg/datacite.solr.schema b/defaults/federatecfg/datacite.solr.schema index 11823deae..8f322e6d8 100644 --- a/defaults/federatecfg/datacite.solr.schema +++ b/defaults/federatecfg/datacite.solr.schema @@ -11,7 +11,7 @@ ## YaCy solrconnector specific settings ## the basic url to acces the system -_baseurl = http://search.datacite.org/ +_baseurl = https://search.datacite.org/ ## Solr core, is appended to the _baseurl _corename = api ## some systems store a identifier instead of a url for the resource, the prefix is prepended the identifier in _skufieldname