All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.search.TermFacetExpression Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
package io.sphere.sdk.search;

/**
 * Term facets calculate statistical counts for all values of an attribute.
 * Example: variants.attributes.color
 * @param  Type of the resource for the facet
 */
public interface TermFacetExpression extends FacetExpression {

    static  TermFacetExpression of(final String sphereFacetExpression) {
        return new SimpleTermFacetExpression<>(sphereFacetExpression);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy