Uses of Class
com.broadleafcommerce.search.api.domain.Facet
Packages that use Facet
-
Uses of Facet in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return FacetModifier and TypeMethodDescriptionFacetGroupFacet.getFacet()
Thefacet
in this relationship.FacetResponse.getFacet()
The facet which was determined in the search.FieldDefinition.getFacet()
The facet which is driven by this field.Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type FacetMethods in com.broadleafcommerce.search.api.domain with parameters of type FacetModifier and TypeMethodDescriptionThe facet which is driven by this field.void
Thefacet
in this relationship.void
The facet which was determined in the search.void
The facet which is driven by this field.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type FacetConstructors in com.broadleafcommerce.search.api.domain with parameters of type FacetModifierConstructorDescriptionFieldDefinition
(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, Map<String, Object> attributes)