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

[lucene-solr] branch branch_8_0 updated: Fix typo in 'Index Size Trigger' example JSON.

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

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


The following commit(s) were added to refs/heads/branch_8_0 by this push:
     new 98f7c9a  Fix typo in 'Index Size Trigger' example JSON.
98f7c9a is described below

commit 98f7c9ac81cdc491f361b7c2c2c190f365c51ed5
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Wed Feb 20 20:23:24 2019 +0000

    Fix typo in 'Index Size Trigger' example JSON.
---
 solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
index 42cc6f5..c5263ed 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
@@ -337,7 +337,7 @@ operation `NONE` (which still can be monitored and acted upon by an appropriate
   "aboveDocs" : 1000000000,
   "belowBytes" : 200000,
   "belowDocs" : 200000,
-  "belopOp" : "NONE",
+  "belowOp" : "NONE",
   "waitFor" : "1m",
   "enabled" : true,
   "actions" : [