@tikoci/centrs
    Preparing search index...

    Interface ExplainInput

    interface ExplainInput {
        bytes: number;
        normalized: boolean;
        positionMap: ExplainPositionMapEntry[];
        truncated: boolean;
    }
    Index

    Properties

    bytes: number

    Length of the analyzed surface, in bytes. Equals the UTF-8 byte length.

    normalized: boolean

    True when normalization stood in for at least one non-ASCII byte.

    truncated: boolean

    Whether the ANALYZED INPUT was cut short. Always false in phase 1: there is no input size cap yet. It is not the --full smart-sizing flag, which bounds the RESULT.