Fires2REST - v0.3.0
    Preparing search index...

    Interface DocumentTransform

    A document transformation

    interface DocumentTransform {
        document: string;
        fieldTransforms: FieldTransform[];
    }
    Index

    Properties

    document: string

    The name of the document to transform

    fieldTransforms: FieldTransform[]

    The field transforms to apply