Uses of Class
com.broadleafcommerce.search.api.domain.RelevancyRuleGroup
Packages that use RelevancyRuleGroup
-
Uses of RelevancyRuleGroup in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return RelevancyRuleGroupModifier and TypeMethodDescriptionRelevancyRuleGroupRule.getRelevancyRuleGroup()
Therelevancy rule group
in this relationshipSettingsRelevancyRuleGroup.getRelevancyRuleGroup()
Therelevancy rule group
in this relationshipMethods in com.broadleafcommerce.search.api.domain that return types with arguments of type RelevancyRuleGroupModifier and TypeMethodDescriptionSearchSettings.getRelevancyRuleGroups()
The relevancy rule groups managed on this search settings.Methods in com.broadleafcommerce.search.api.domain with parameters of type RelevancyRuleGroupModifier and TypeMethodDescriptionvoid
RelevancyRuleGroupRule.setRelevancyRuleGroup
(RelevancyRuleGroup relevancyRuleGroup) Therelevancy rule group
in this relationshipvoid
SettingsRelevancyRuleGroup.setRelevancyRuleGroup
(RelevancyRuleGroup relevancyRuleGroup) Therelevancy rule group
in this relationshipMethod parameters in com.broadleafcommerce.search.api.domain with type arguments of type RelevancyRuleGroupModifier and TypeMethodDescriptionvoid
SearchSettings.setRelevancyRuleGroups
(Set<RelevancyRuleGroup> relevancyRuleGroups) The relevancy rule groups managed on this search settings.