Member Junction
    Preparing search index...

    Result of an IRescoreRunner.rescore call.

    interface RescoreResult {
        failedCount: number;
        scoredCount: number;
    }
    Index

    Properties

    failedCount: number

    Rows that failed to score.

    scoredCount: number

    Rows successfully scored.