Interface AdvancedFieldValueModifier


  • public interface AdvancedFieldValueModifier
    Modifies a single IngestFieldValue in place. Provides more advanced input than the FieldValueModifier that is required for more complex transformers.
    • Method Detail

      • modifyFieldValue

        void modifyFieldValue​(IngestDocument doc,
                              IngestField f,
                              IngestFieldValue fv)
        Modify a single field value in place.
        Parameters:
        doc - the input document being processed
        f - the input field being processed.
        fv - the value to process.