@gradientedge/commercetools-utils
    Preparing search index...

    Interface FacetTerm

    interface FacetTerm {
        count: number;
        productCount?: number;
        term: any;
    }
    Index

    Properties

    count: number

    Number of ProductVariants for which the term applies.

    productCount?: number

    Number of Products for which the term applies. Only available if the counting products extension is enabled.

    term: any

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found.