Saxonberg Server API
    Preparing search index...

    Interface MqlMatch

    Internal per-match record tracked by the resolver. Carries the matched Stuff, its score under the scoring rule, and any sub-feature attribution. Phase 7's MqlApi.resolveOne / MqlApi.resolveMany collapse these into the public result shapes.

    Not exported from the public MqlApi surface.

    interface MqlMatch {
        score: number;
        stuff: Stuff;
        via?: MqlMatchVia;
    }
    Index

    Properties

    Properties

    score: number
    stuff: Stuff