Uses of Class
de.hybris.platform.solrfacetsearch.config.ValueRangeSet
Packages that use ValueRangeSet
Package
Description
-
Uses of ValueRangeSet in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return ValueRangeSetModifier and TypeMethodDescriptionstatic ValueRangeSetValueRangeSets.createValueRangeSet(String qualifier, List<ValueRange> valueRanges) Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type ValueRangeSetMethod parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type ValueRangeSetModifier and TypeMethodDescriptionvoidIndexedProperty.setValueRangeSets(Map<String, ValueRangeSet> valueRangeSets) -
Uses of ValueRangeSet in de.hybris.platform.solrfacetsearch.config.impl
Method parameters in de.hybris.platform.solrfacetsearch.config.impl with type arguments of type ValueRangeSetModifier and TypeMethodDescriptionprotected IndexedPropertyMockFacetSearchConfigService.createIndexProperty(String propertyName, String type, boolean facet, List<ValueRangeSet> valueRangeSets, boolean localized, FieldValueProvider fieldValueProvider) -
Uses of ValueRangeSet in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return types with arguments of type ValueRangeSetModifier and TypeMethodDescriptionprotected Map<String,ValueRangeSet> DefaultIndexedPropertyPopulator.convertRangeSet(SolrIndexedPropertyModel source) Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type ValueRangeSetModifier and TypeMethodDescriptionvoidDefaultValueRangeSetPopulator.populate(SolrValueRangeSetModel source, ValueRangeSet target) Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type ValueRangeSetModifier and TypeMethodDescriptionvoidDefaultIndexedPropertyPopulator.setValueRangeSetConverter(Converter<SolrValueRangeSetModel, ValueRangeSet> valueRangeSetConverter)