Interface AdvancedFieldValueMapper

    • Method Detail

      • createMappedValue

        IngestFieldValue createMappedValue​(IngestDocument doc,
                                           IngestField f,
                                           IngestFieldValue fv)
        Process a single field value and returns the new value.
        Parameters:
        doc - the input document being processed
        f - the input field being processed.
        fv - the value to process.
        Returns:
        the new object value or null to not output a value for this input value.