mirror of https://github.com/apache/lucene.git
Fixed wrong documentation in ScheduledTrigger. The property name is preferredOperation instead of preferredOp.
This commit is contained in:
parent
0fbb2d19d6
commit
ad513cb621
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue