Uses of Class
de.hybris.platform.adaptivesearch.data.AsBoostRule
Packages that use AsBoostRule
Package
Description
-
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 AsBoostRuleModifier and TypeMethodDescriptionAsConfigurableSearchConfigurationPopulator.getAsBoostRuleConverter()Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AsBoostRuleModifier and TypeMethodDescriptionvoidAsBoostRulePopulator.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 AsBoostRuleModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfigurationPopulator.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 AsBoostRuleModifier and TypeMethodDescriptionAsConfigurableSearchConfiguration.getBoostRules()AsSearchProfileResult.getBoostRules()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsBoostRuleModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfiguration.setBoostRules(List<AsBoostRule> boostRules) voidAsSearchProfileResult.setBoostRules(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 AsBoostRuleModifier and TypeMethodDescriptionprotected 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 AsBoostRuleModifier and TypeMethodDescriptionprotected 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 AsBoostRuleModifier and TypeMethodDescriptionprotected <V extends AsBoostRule>
voidAsBoostRulesAddMergeStrategy.mergeAfter(List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> source, List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> target) protected <V extends AsBoostRule>
voidAsBoostRulesReplaceMergeStrategy.replace(List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> source, 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 AsBoostRuleModifier and TypeMethodDescriptionprotected 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 AsBoostRuleModifier and TypeMethodDescriptionSolrAsSearchProfileCalculationListener.convertBoostRule(AsSearchProfileContext context, BoostField boostField, AsUidGenerator asUidGenerator) Method parameters in de.hybris.platform.adaptivesearchsolr.listeners with type arguments of type AsBoostRuleModifier and TypeMethodDescriptionprotected BoostFieldSolrAsSearchProfileCalculationListener.createBoostField(AsConfigurationHolder<? extends AsBoostRule, AbstractAsBoostRuleConfiguration> boostRuleHolder) protected booleanSolrAsSearchProfileCalculationListener.isValidBoostRule(FacetSearchContext facetSearchContext, AsConfigurationHolder<AsBoostRule, AbstractAsBoostRuleConfiguration> boostRuleHolder)