Class FieldRetentionMapping
java.lang.Object
com.lucidworks.apollo.pipeline.index.config.transform.FieldRetentionMapping
A Field Mapping Rule for retaining fields.
The following operations are supported:
1. Keep: with this rule the given field will be kept on the document.
2. Delete: with this rule the given field will be deleted from the document.
The default operation for this rule is keep.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldRetentionMapping(String field, FieldRetentionMapping.Operation operation) -
Method Summary
-
Field Details
-
FIELD_NAME
- See Also:
-
FIELD_OPERATION
- See Also:
-
-
Constructor Details
-
FieldRetentionMapping
public FieldRetentionMapping(String field, FieldRetentionMapping.Operation operation) throws FieldMappingException - Throws:
FieldMappingException
-
-
Method Details