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:54 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_6 85f26be1b -> 2bc88b3df


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/2bc88b3d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/2bc88b3d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/2bc88b3d

Branch: refs/heads/branch_6_6
Commit: 2bc88b3df20f3367b13055aafe64da42e467790b
Parents: 85f26be
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:44 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/2bc88b3d/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">