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

[lucene-solr] 02/03: typo

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

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

commit d12a8004673ac1cc05a2b552afa23fe3abd3e947
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Wed Jun 19 12:21:30 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 fb51212..9eef447 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
@@ -346,7 +346,7 @@ Place exactly 1 replica of <<each-function,each>> shard of collection `xyz` on a
 Place <<all-function,all>> replicas on nodes with system property `availability_zone=us-east-1a`.
 
 [source,json]
-{"replica": "#ALL", "nodeset": "sysprop.availability_zone": "us-east-1a"}}
+{"replica": "#ALL", "nodeset": {"sysprop.availability_zone": "us-east-1a"}}
 
 ==== Use Percentage