Uses of Class
de.hybris.platform.adaptivesearch.data.AsBoostRule
-
-
Uses of AsBoostRule in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsBoostRule Modifier and Type Method Description ContextAwareConverter<AsBoostRuleModel,AsBoostRule,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsBoostRuleConverter()Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AsBoostRule Modifier and Type Method Description voidAsBoostRulePopulator. populate(AsBoostRuleModel source, AsBoostRule target, AsItemConfigurationConverterContext context)voidAsBoostRuleReversePopulator. populate(AsBoostRule source, AsBoostRuleModel target, AsItemConfigurationReverseConverterContext context)Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsBoostRule Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsBoostRuleConverter(ContextAwareConverter<AsBoostRuleModel,AsBoostRule,AsItemConfigurationConverterContext> asBoostRuleConverter) -
Uses of AsBoostRule in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsBoostRule Modifier and Type Method Description java.util.List<AsBoostRule>AsConfigurableSearchConfiguration. getBoostRules()java.util.List<AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration>>AsSearchProfileResult. getBoostRules()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsBoostRule Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setBoostRules(java.util.List<AsBoostRule> boostRules)voidAsSearchProfileResult. setBoostRules(java.util.List<AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration>> boostRules) -
Uses of AsBoostRule in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners with parameters of type AsBoostRule Modifier and Type Method Description protected AbstractSnQuerySnAsSearchProfileCalculationListener. createBoostEqualQueryFunction(AsBoostRule source)protected AbstractSnQuerySnAsSearchProfileCalculationListener. createBoostGreaterThanOrEqualQueryFunction(AsBoostRule source)protected AbstractSnQuerySnAsSearchProfileCalculationListener. createBoostGreaterThanQueryFunction(AsBoostRule source)protected AbstractSnQuerySnAsSearchProfileCalculationListener. createBoostLessThanOrEqualQueryFunction(AsBoostRule source)protected AbstractSnQuerySnAsSearchProfileCalculationListener. createBoostLessThanQueryFunction(AsBoostRule source)protected AbstractSnQuerySnAsSearchProfileCalculationListener. createBoostMatchQueryFunction(AsBoostRule source)Method parameters in de.hybris.platform.adaptivesearch.searchservices.listeners with type arguments of type AsBoostRule Modifier and Type Method Description protected SnQueryFunctionRankRuleSnAsSearchProfileCalculationListener. createQueryFunctionRankRule(AsConfigurationHolder<? extends AsBoostRule,AbstractAsBoostRuleConfiguration> boostRuleHolder) -
Uses of AsBoostRule in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl with type parameters of type AsBoostRule Modifier and Type Method Description protected <V extends AsBoostRule>
voidAsBoostRulesAddMergeStrategy. mergeAfter(java.util.List<AsConfigurationHolder<V,AbstractAsBoostRuleConfiguration>> source, java.util.List<AsConfigurationHolder<V,AbstractAsBoostRuleConfiguration>> target)protected <V extends AsBoostRule>
voidAsBoostRulesReplaceMergeStrategy. replace(java.util.List<AsConfigurationHolder<V,AbstractAsBoostRuleConfiguration>> source, java.util.List<AsConfigurationHolder<V,AbstractAsBoostRuleConfiguration>> target) -
Uses of AsBoostRule in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules
Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with type arguments of type AsBoostRule Modifier and Type Method Description protected voidAsBoostRulesDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration> source, BoostRuleEditorData target, AbstractAsSearchProfileModel searchProfile) -
Uses of AsBoostRule in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return types with arguments of type AsBoostRule Modifier and Type Method Description protected AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration>SolrAsSearchProfileCalculationListener. convertBoostRule(AsSearchProfileContext context, BoostField boostField, AsUidGenerator asUidGenerator)Method parameters in de.hybris.platform.adaptivesearchsolr.listeners with type arguments of type AsBoostRule Modifier and Type Method Description protected BoostFieldSolrAsSearchProfileCalculationListener. createBoostField(AsConfigurationHolder<? extends AsBoostRule,AbstractAsBoostRuleConfiguration> boostRuleHolder)protected booleanSolrAsSearchProfileCalculationListener. isValidBoostRule(FacetSearchContext facetSearchContext, AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration> boostRuleHolder)
-