mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 19:15:06 +00:00
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`::
|
`timeZone`::
|
||||||
(string, optional) A time zone string which is used for calculating the scheduled times.
|
(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`.
|
(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.
|
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…
x
Reference in New Issue
Block a user