You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/05/25 15:54:25 UTC

lucene-solr:branch_6x: Ref Guide: fix atom example for SOLR-7383

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 192ca5f09 -> 17f565c71


Ref Guide: fix atom example for SOLR-7383


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/17f565c7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/17f565c7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/17f565c7

Branch: refs/heads/branch_6x
Commit: 17f565c71af875d95a47c81894a816159ba5a981
Parents: 192ca5f
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu May 25 10:53:17 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu May 25 10:54:15 2017 -0500

----------------------------------------------------------------------
 ...ng-structured-data-store-data-with-the-data-import-handler.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/17f565c7/solr/solr-ref-guide/src/uploading-structured-data-store-data-with-the-data-import-handler.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/uploading-structured-data-store-data-with-the-data-import-handler.adoc b/solr/solr-ref-guide/src/uploading-structured-data-store-data-with-the-data-import-handler.adoc
index 9004789..33d2362 100644
--- a/solr/solr-ref-guide/src/uploading-structured-data-store-data-with-the-data-import-handler.adoc
+++ b/solr/solr-ref-guide/src/uploading-structured-data-store-data-with-the-data-import-handler.adoc
@@ -473,7 +473,7 @@ Here is an example from the `atom` collection in the `dih` example (data-config
   <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">