mirror of https://github.com/apache/lucene.git
SOLR-12715: change preferredOperation values to lowercase since that's how they're entered
This commit is contained in:
parent
2565010261
commit
e893f3480d
|
@ -64,7 +64,7 @@ from other nodes to the new node or to add new replicas.
|
|||
|
||||
Apart from the parameters described at <<#trigger-configuration, Trigger Configuration>>, this trigger supports the following configuration:
|
||||
|
||||
`preferredOperation`:: (string, optional, defaults to `MOVEREPLICA`) The operation to be performed in response to an event generated by this trigger. By default, replicas will be moved from other nodes to the added node. The only other supported value is `ADDREPLICA` which adds more replicas of the existing collections on the new node.
|
||||
`preferredOperation`:: (string, optional, defaults to `movereplica`) The operation to be performed in response to an event generated by this trigger. By default, replicas will be moved from other nodes to the added node. The only other supported value is `addreplica` which adds more replicas of the existing collections on the new node.
|
||||
|
||||
.Example: Node Added Trigger to move replicas to new node
|
||||
[source,json]
|
||||
|
|
Loading…
Reference in New Issue