SOLR-7383: Switch to https for StackOverflow

Using http no longer works
This commit is contained in:
Alexandre Rafalovitch 2017-05-25 00:42:43 -04:00
parent 3cd144761a
commit 10d3aa23fe
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<document>
<entity name="stackoverflow"
url="http://stackoverflow.com/feeds/tag/solr"
url="https://stackoverflow.com/feeds/tag/solr"
processor="XPathEntityProcessor"
forEach="/feed|/feed/entry"
transformer="HTMLStripTransformer,RegexTransformer">