Member Junction
    Preparing search index...

    The per-field delta passed to the reasoner. Only fields that differ across the set are included — identical fields are omitted so the reasoner focuses on what matters.

    interface ReasoningFieldDelta {
        FieldName: string;
        Values: ReasoningFieldValue[];
    }
    Index

    Properties

    Properties

    FieldName: string

    The field name.

    Per-record values for this field.