Interface FieldValueModifyingTransformer

    • Method Detail

      • modifyFieldValue

        boolean modifyFieldValue​(java.lang.String fieldName,
                                 IngestFieldValue fv)
                          throws AttivioException
        Process a single field value and modify it in place.
        Parameters:
        fieldName - the input field name being processed.
        fv - the value to process.
        Returns:
        true to continue processing the document, false to drop it
        Throws:
        AttivioException