Uses of Class
com.broadleafcommerce.search.api.domain.Facet
-
Packages that use Facet Package Description com.broadleafcommerce.search.api.domain -
-
Uses of Facet in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return Facet Modifier and Type Method Description FacetFacetResponse. getFacet()The facet which was determined in the search.FacetFieldDefinition. getFacet()The facet which is driven by this field.Methods in com.broadleafcommerce.search.api.domain with parameters of type Facet Modifier and Type Method Description FieldDefinition.FieldDefinitionBuilderFieldDefinition.FieldDefinitionBuilder. facet(Facet facet)The facet which is driven by this field.voidFacetResponse. setFacet(Facet facet)The facet which was determined in the search.voidFieldDefinition. setFacet(Facet facet)The facet which is driven by this field.Constructors in com.broadleafcommerce.search.api.domain with parameters of type Facet Constructor Description FieldDefinition(String id, String label, String indexableType, boolean multiValued, String propertyPath, boolean combined, String multiValuedCombinedPropertyRootPath, List<String> propertyPaths, String delimiter, String abbreviation, boolean translatable, List<FieldVariant> variants, boolean faceted, Facet facet, String facetVariantType, boolean sortable, SortOption sortOption, String sortVariantType, boolean searchable, List<FieldQuery> fieldQueries, Map<String,FieldVariant> fieldVariantMap)
-