SOLR-12715: change preferredOperation values to lowercase since that's how they're entered

This commit is contained in:
Cassandra Targett 2018-09-04 21:16:45 -05:00
parent 2565010261
commit e893f3480d
1 changed files with 1 additions and 1 deletions

View File

@ -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]