Uses of Enum Class
de.hybris.platform.solrfacetsearch.search.BoostField.BoostType
Packages that use BoostField.BoostType
Package
Description
-
Uses of BoostField.BoostType in de.hybris.platform.adaptivesearchsolr.strategies
Methods in de.hybris.platform.adaptivesearchsolr.strategies that return BoostField.BoostTypeModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toBoostType(AsBoostType asBoostType) Converts aAsBoostTypetoBoostField.BoostType.Methods in de.hybris.platform.adaptivesearchsolr.strategies with parameters of type BoostField.BoostTypeModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toAsBoostType(BoostField.BoostType boostType) Converts aBoostField.BoostTypetoAsBoostType. -
Uses of BoostField.BoostType in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return BoostField.BoostTypeModifier and TypeMethodDescriptionDefaultSolrAsTypeMappingRegistry.toBoostType(AsBoostType asBoostType) Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type BoostField.BoostTypeModifier and TypeMethodDescriptionprotected org.apache.commons.collections4.BidiMap<AsBoostType,BoostField.BoostType> DefaultSolrAsTypeMappingRegistry.getBoostTypeMapping()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type BoostField.BoostTypeModifier and TypeMethodDescriptionDefaultSolrAsTypeMappingRegistry.toAsBoostType(BoostField.BoostType boostType) -
Uses of BoostField.BoostType in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return BoostField.BoostTypeModifier and TypeMethodDescriptionBoostField.getBoostType()static BoostField.BoostTypeReturns the enum constant of this class with the specified name.static BoostField.BoostType[]BoostField.BoostType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type BoostField.BoostTypeModifier and TypeMethodDescriptionvoidSearchQuery.addBoost(String field, SearchQuery.QueryOperator queryOperator, Object value, Float boost, BoostField.BoostType boostType) voidBoostField.setBoostType(BoostField.BoostType boostType) Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type BoostField.BoostTypeModifierConstructorDescriptionBoostField(String field, SearchQuery.QueryOperator queryOperator, Object value, Float boostValue, BoostField.BoostType boostType)