@nosto/nosto-js

    Interface SearchStatsFacet

    interface SearchStatsFacet {
        field: string;
        id: string;
        max: number;
        min: number;
        name: string;
        type: SearchFacetType;
    }
    Index

    Properties

    Properties

    field: string

    Numeric field for which min/max values were calculated

    id: string
    max: number

    Maximum value of faceted field

    min: number

    Minimum value of faceted field

    name: string
    MMNEPVFCICPMFPCPTTAAATR