Uses of Class
com.broadleafcommerce.search.api.domain.FacetResponse
-
Packages that use FacetResponse Package Description com.broadleafcommerce.search.api.domain -
-
Uses of FacetResponse in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type FacetResponse Modifier and Type Method Description List<FacetResponse>
SearchResponse. getFacets()
The facets returned in the search result.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type FacetResponse Modifier and Type Method Description void
SearchResponse. setFacets(List<FacetResponse> facets)
The facets returned in the search result.
-