Class FieldUpdateValueMapping

java.lang.Object
com.lucidworks.apollo.pipeline.index.config.transform.FieldUpdateValueMapping

public class FieldUpdateValueMapping extends Object
A Field Mapping Rule for updating fields. The following operations are supported: 1. Add: with this rule the given value will be added to the given field. 2. Set: with this rule the given value will be set on the field. All other pre-existing values will be overwritten. The default operation for this rule is add.