Kizuki
    Preparing search index...

    Interface SearchHit

    One search result. Higher scores are better matches.

    interface SearchHit {
        passageId: string;
        score: number;
    }
    Index
    passageId: string

    The passage that matched.

    score: number

    The keyword and meaning ranks combined: each list the passage is in adds 1 / (61 + its place in that list, counted from 0).