Interface FieldValueMapper

    • Method Detail

      • createMappedValue

        IngestFieldValue createMappedValue​(java.lang.String fieldName,
                                           IngestFieldValue fv)
        Process a single IngestFieldValue and return a new value to be placed into the document for this input->output mapping.
        Parameters:
        fieldName - The input field name being processed.
        fv - The value to process.
        Returns:
        the new object value or null to not output a value for this input value.