You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/06/19 02:20:24 UTC

[lucene-solr] branch master updated: typo

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 3947511  typo
3947511 is described below

commit 39475119f74143366a4ec4261f73eb505b459cd4
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Wed Jun 19 12:20:17 2019 +1000

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

diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
index 8262bda..fb51212 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
@@ -144,7 +144,7 @@ example:  _put one replica on each node with a system property zone=east_
 
 example: _put a total of  2 replicas on the set of nodes with property zone=east_
 [source,json]
-{ "replica":2, "put" :"on-each-node" "nodeset":{"sysprop.zone":"east"}}
+{ "replica":2, "put" :"on-each-node", "nodeset":{"sysprop.zone":"east"}}