jax-js
    Preparing search index...

    Interface WeightMapperParams

    Parameters for weight mapping object.

    interface WeightMapperParams {
        exact: Record<string, string>;
        prefix: Record<string, string>;
        substring: Record<string, string>;
        suffix: Record<string, string>;
    }

    Properties

    exact: Record<string, string>
    prefix: Record<string, string>
    substring: Record<string, string>
    suffix: Record<string, string>