Member Junction
    Preparing search index...
    interface RescoreRequest {
        contextUser?: UserInfo;
        extraFilter?: string;
        maxRows?: number;
        modelId: string;
        provider?: IMetadataProvider;
        targetEntityName: string;
    }
    Index

    Properties

    contextUser?: UserInfo

    Request user.

    extraFilter?: string

    Optional filter narrowing the population (mirrors the pipeline scope).

    maxRows?: number

    Optional cap on rows.

    modelId: string

    The model id to score with.

    Optional provider.

    targetEntityName: string

    The target entity whose records get scored.