Uses of Enum Class
de.hybris.platform.adaptivesearch.enums.AsBoostType
Packages that use AsBoostType
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 AsBoostType in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return AsBoostTypeMethods in de.hybris.platform.adaptivesearch.data with parameters of type AsBoostType -
Uses of AsBoostType in de.hybris.platform.adaptivesearch.enums
Methods in de.hybris.platform.adaptivesearch.enums that return AsBoostTypeModifier and TypeMethodDescriptionstatic AsBoostTypeReturns the enum constant of this class with the specified name.static AsBoostType[]AsBoostType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AsBoostType in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return AsBoostTypeModifier and TypeMethodDescriptionAsBoostRuleModel.getBoostType()Generated method - Getter of theAsBoostRule.boostTypeattribute defined at extensionadaptivesearch.Methods in de.hybris.platform.adaptivesearch.model with parameters of type AsBoostTypeModifier and TypeMethodDescriptionvoidAsBoostRuleModel.setBoostType(AsBoostType value) Generated method - Setter ofAsBoostRule.boostTypeattribute defined at extensionadaptivesearch. -
Uses of AsBoostType in de.hybris.platform.adaptivesearch.searchservices.strategies.impl
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl that return types with arguments of type AsBoostTypeMethods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl with parameters of type AsBoostTypeModifier and TypeMethodDescriptionbooleanSnAsSearchProvider.isValidBoostType(String indexType, AsBoostType boostType) -
Uses of AsBoostType in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies that return types with arguments of type AsBoostTypeModifier and TypeMethodDescriptionAsSearchProvider.getSupportedBoostTypes(String indexType) Returns a list of boost types for a given index type.Methods in de.hybris.platform.adaptivesearch.strategies with parameters of type AsBoostTypeModifier and TypeMethodDescriptionbooleanAsSearchProvider.isValidBoostType(String indexType, AsBoostType boostType) Checks if a given boost type can be used for a given index type. -
Uses of AsBoostType in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type AsBoostTypeModifier and TypeMethodDescriptionDefaultAsSearchProviderFactory.CombinedSearchProvider.getSupportedBoostTypes(String indexType) MockAsSearchProvider.getSupportedBoostTypes(String indexType) Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AsBoostTypeModifier and TypeMethodDescriptionbooleanDefaultAsSearchProviderFactory.CombinedSearchProvider.isValidBoostType(String indexType, AsBoostType boostType) booleanMockAsSearchProvider.isValidBoostType(String indexType, AsBoostType boostType) -
Uses of AsBoostType in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return AsBoostTypeModifier and TypeMethodDescriptionAsBoostTypeDataProvider.getValue(AsBoostType data, Map<String, Object> parameters) Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return types with arguments of type AsBoostTypeModifier and TypeMethodDescriptionMethods in de.hybris.platform.adaptivesearchbackoffice.common.impl with parameters of type AsBoostTypeModifier and TypeMethodDescriptionAsBoostTypeDataProvider.getLabel(AsBoostType data, Map<String, Object> parameters) AsBoostTypeDataProvider.getValue(AsBoostType data, Map<String, Object> parameters) -
Uses of AsBoostType in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return AsBoostTypeMethods in de.hybris.platform.adaptivesearchbackoffice.data with parameters of type AsBoostType -
Uses of AsBoostType in de.hybris.platform.adaptivesearchsolr.strategies
Methods in de.hybris.platform.adaptivesearchsolr.strategies that return AsBoostTypeModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toAsBoostType(BoostField.BoostType boostType) Converts aBoostField.BoostTypetoAsBoostType.Methods in de.hybris.platform.adaptivesearchsolr.strategies with parameters of type AsBoostTypeModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toBoostType(AsBoostType asBoostType) Converts aAsBoostTypetoBoostField.BoostType. -
Uses of AsBoostType in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return AsBoostTypeModifier and TypeMethodDescriptionDefaultSolrAsTypeMappingRegistry.toAsBoostType(BoostField.BoostType boostType) Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type AsBoostTypeModifier and TypeMethodDescriptionprotected org.apache.commons.collections4.BidiMap<AsBoostType,BoostField.BoostType> DefaultSolrAsTypeMappingRegistry.getBoostTypeMapping()SolrAsSearchProvider.getSupportedBoostTypes(String indexType) Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type AsBoostTypeModifier and TypeMethodDescriptionbooleanSolrAsSearchProvider.isValidBoostType(String indexType, AsBoostType boostType) DefaultSolrAsTypeMappingRegistry.toBoostType(AsBoostType asBoostType)