@nosto/nosto-js
    Preparing search index...

    Interface SearchStatsFacet

    interface SearchStatsFacet {
        field: string;
        id: string;
        max: number;
        min: number;
        name: string;
        type: "stats";
    }
    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
    type: "stats"