From ad513cb62100307333fe3e9926cc82d0d4b2fe9e Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Wed, 29 Aug 2018 13:11:54 +0530 Subject: [PATCH] Fixed wrong documentation in ScheduledTrigger. The property name is preferredOperation instead of preferredOp. --- 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 3f6135c582a..9ac1a34f008 100644 --- a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc +++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc @@ -335,7 +335,7 @@ The trigger supports the following configuration: `timeZone`:: (string, optional) A time zone string which is used for calculating the scheduled times. -`preferredOp`:: +`preferredOperation`:: (string, optional, defaults to `MOVEREPLICA`) The preferred operation to perform in response to an event generated by this trigger. The only supported values are `MOVEREPLICA` or `ADDREPLICA`. This trigger applies the `every` date math expression on the `startTime` or the last event time to derive the next scheduled time and if current time is greater than next scheduled time but within `graceTime` then an event is generated.