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:27:07 UTC

[lucene-solr] branch master updated: syntax error

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 aad7b96  syntax error
aad7b96 is described below

commit aad7b9612813c78cb53de3efcd6c746df14187c9
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Wed Jun 19 12:27:01 2019 +1000

    syntax error
---
 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 9eef447..b2a0c08 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
@@ -384,7 +384,7 @@ For the above rules to work, all nodes must the started with a system property c
 For <<each-function,each>> shard of each collection, distribute replicas equally across the `east` and `west` zones.
 
 [source,json]
-{"replica": "#EQUAL", "shard": "#EACH", "nodeset":{"sysprop.zone": ["east", "west"]}}
+{"replica": "#EQUAL", "shard": "#EACH", "nodeset":[{"sysprop.zone": "east"},{"sysprop.zone":  "west"}]}}
 
 
 ==== Place Replicas Based on Node Role