Class DistinctFacetParameter<T>

java.lang.Object
com.loop54.model.request.parameters.facets.FacetParameter
com.loop54.model.request.parameters.facets.DistinctFacetParameter<T>
Type Parameters:
T - Type of the attribute to facet on.

public class DistinctFacetParameter<T> extends FacetParameter
Used for distinct faceting of entities. A distinct facet consists of a finite number of options with the number of connected entities as the values. Only entities connected to selected facet options are returned. Or all if none are selected.