You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/07/31 07:45:12 UTC

[2/2] lucene-solr:jira/solr-10821: SOLR-10821: Removed host/port and only show the path information in example

SOLR-10821: Removed host/port and only show the path information in example


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

Branch: refs/heads/jira/solr-10821
Commit: 1fd011cce3a97eb51597d5ca09c02ca5038c769b
Parents: 9199fa3
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Mon Jul 31 13:14:35 2017 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Mon Jul 31 13:14:35 2017 +0530

----------------------------------------------------------------------
 solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1fd011cc/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
index dac4745..d5eeccc 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
@@ -44,7 +44,7 @@ When a node, shard or collection does not satisfy the policy, we call it a *viol
 
 Sometimes a collection may need conditions in addition to those specified in the cluster policy. In such cases, we can create named policies that can be used for specific collections. Firstly, we can use the `set-policy` API to create a new policy and then specify `policy=<policy_name>` parameter to the create collection API.
 
-`http://localhost:8983/solr/admin/collections?action=CREATE&name=coll1&numShards=1&replicationFactor=2&policy=policy1`
+`/admin/collections?action=CREATE&name=coll1&numShards=1&replicationFactor=2&policy=policy1`
 
 The above create collection command will associate a policy named policy1 with the collection named coll1. Only a single policy may be associated with a collection.