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:24:43 UTC

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


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

commit 1c55df083cc8373d6f4d33cb43e4ffad4cccdacd
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" : [