Uses of Enum Class
de.hybris.platform.adaptivesearch.enums.AsBoostOperator
Packages that use AsBoostOperator
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
Uses of AsBoostOperator in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return AsBoostOperatorMethods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsBoostOperatorMethods in de.hybris.platform.adaptivesearch.data with parameters of type AsBoostOperatorMethod parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsBoostOperatorModifier and TypeMethodDescriptionvoidAsIndexPropertyData.setSupportedBoostOperators(Set<AsBoostOperator> supportedBoostOperators) -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearch.enums
Methods in de.hybris.platform.adaptivesearch.enums that return AsBoostOperatorModifier and TypeMethodDescriptionstatic AsBoostOperatorReturns the enum constant of this class with the specified name.static AsBoostOperator[]AsBoostOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return AsBoostOperatorModifier and TypeMethodDescriptionAsBoostRuleModel.getOperator()Generated method - Getter of theAsBoostRule.operatorattribute defined at extensionadaptivesearch.Methods in de.hybris.platform.adaptivesearch.model with parameters of type AsBoostOperatorModifier and TypeMethodDescriptionvoidAsBoostRuleModel.setOperator(AsBoostOperator value) Generated method - Setter ofAsBoostRule.operatorattribute defined at extensionadaptivesearch. -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearch.searchservices.strategies.impl
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl that return types with arguments of type AsBoostOperatorModifier and TypeMethodDescriptionprotected Map<String,AsBoostOperator> SnAsSearchProvider.getBoostOperatorMapping() -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return AsBoostOperatorModifier and TypeMethodDescriptionAsBoostOperatorDataProvider.getValue(AsBoostOperator data, Map<String, Object> parameters) Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return types with arguments of type AsBoostOperatorModifier and TypeMethodDescriptionMethods in de.hybris.platform.adaptivesearchbackoffice.common.impl with parameters of type AsBoostOperatorModifier and TypeMethodDescriptionAsBoostOperatorDataProvider.getLabel(AsBoostOperator data, Map<String, Object> parameters) AsBoostOperatorDataProvider.getValue(AsBoostOperator data, Map<String, Object> parameters) -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with parameters of type AsBoostOperatorModifier and TypeMethodDescriptionprotected StringAsBoostRulesDataHandler.mapBoostOperatorToSymbol(AsBoostOperator operator) -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearchsolr.strategies
Methods in de.hybris.platform.adaptivesearchsolr.strategies that return AsBoostOperatorModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toAsBoostOperator(SearchQuery.QueryOperator boostOperator) Converts aSearchQuery.QueryOperatortoAsBoostOperator.Methods in de.hybris.platform.adaptivesearchsolr.strategies with parameters of type AsBoostOperatorModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toQueryOperator(AsBoostOperator asBoostOperator) Converts aAsBoostOperatortoSearchQuery.QueryOperator. -
Uses of AsBoostOperator in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return AsBoostOperatorModifier and TypeMethodDescriptionDefaultSolrAsTypeMappingRegistry.toAsBoostOperator(SearchQuery.QueryOperator boostOperator) Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type AsBoostOperatorModifier and TypeMethodDescriptionprotected org.apache.commons.collections4.BidiMap<AsBoostOperator,SearchQuery.QueryOperator> DefaultSolrAsTypeMappingRegistry.getBoostOperatorMapping()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type AsBoostOperatorModifier and TypeMethodDescriptionDefaultSolrAsTypeMappingRegistry.toQueryOperator(AsBoostOperator asBoostOperator)