Interface FieldValueModifier


  • public interface FieldValueModifier
    Modify a single IngestFieldValue in place.
    • Method Detail

      • modifyFieldValue

        void modifyFieldValue​(java.lang.String fieldName,
                              IngestFieldValue fv)
        Process a single field value and modify it in place.
        Parameters:
        fieldName - the input field name being processed.
        fv - the value to process.