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

    Interface ProductSearchFacetResultBucket

    Result of a distinct facet or a ranges facet.

    interface ProductSearchFacetResultBucket {
        buckets: ProductSearchFacetResultBucketEntry[];
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Contains results of the facet.

    name: string

    Name of the facet.