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.
pull/114/head
luccioman 8 years ago
parent 275c0cddd1
commit 13c5c09518

@ -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

Loading…
Cancel
Save