You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/08/30 12:56:11 UTC

lucene-solr:master: Fixed wrong documentation in ScheduledTrigger. The property name is preferredOperation instead of preferredOp.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 0fbb2d19d -> ad513cb62


Fixed wrong documentation in ScheduledTrigger. The property name is preferredOperation instead of preferredOp.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ad513cb6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ad513cb6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ad513cb6

Branch: refs/heads/master
Commit: ad513cb62100307333fe3e9926cc82d0d4b2fe9e
Parents: 0fbb2d1
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Aug 29 13:11:54 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Aug 30 16:58:44 2018 +0530

----------------------------------------------------------------------
 solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ad513cb6/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
index 3f6135c..9ac1a34 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.