Interface ProductSearchFacetStatsExpression

All Superinterfaces:
ProductSearchFacetExpression

public interface ProductSearchFacetStatsExpression extends ProductSearchFacetExpression
ProductSearchFacetStatsExpression
Example to create an instance using the builder pattern

     ProductSearchFacetStatsExpression productSearchFacetStatsExpression = ProductSearchFacetStatsExpression.builder()
             .stats(statsBuilder -> statsBuilder)
             .build()