Class FieldUpdateValueMapping
java.lang.Object
com.lucidworks.apollo.pipeline.index.config.transform.FieldUpdateValueMapping
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.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldUpdateValueMapping(String field, String value, FieldUpdateValueMapping.Operation operation) -
Method Summary
-
Field Details
-
FIELD_NAME
- See Also:
-
FIELD_VALUE
- See Also:
-
FIELD_OPERATION
- See Also:
-
-
Constructor Details
-
FieldUpdateValueMapping
public FieldUpdateValueMapping(String field, String value, FieldUpdateValueMapping.Operation operation) throws FieldMappingException - Throws:
FieldMappingException
-
-
Method Details