A text match score with associated content item.

interface IScore {
    indices: null | number[];
    score: number;
}

Properties

Properties

indices: null | number[]

The indices of the text matches.

score: number

The numerical score for the text match.