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

[lucene-solr] branch branch_7_7 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_7_7
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 0e54951fa0e85ec84de46bb536c37c236b079ab6
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 a73072d..22693af 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
@@ -330,7 +330,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" : [