Uses of Enum Class
de.cxp.ocs.elasticsearch.mapper.VariantPickingStrategy
Packages that use VariantPickingStrategy
-
Uses of VariantPickingStrategy in de.cxp.ocs.elasticsearch.mapper
Methods in de.cxp.ocs.elasticsearch.mapper that return VariantPickingStrategyModifier and TypeMethodDescriptionstatic VariantPickingStrategy
Returns the enum constant of this class with the specified name.static VariantPickingStrategy[]
VariantPickingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cxp.ocs.elasticsearch.mapper with parameters of type VariantPickingStrategyModifier and TypeMethodDescriptionstatic ResultHit
ResultMapper.mapSearchHit
(org.elasticsearch.search.SearchHit hit, Map<String, org.elasticsearch.search.sort.SortOrder> sortedFields, VariantPickingStrategy variantPickingStrategy) Extract a result document from the search-hit. -
Uses of VariantPickingStrategy in de.cxp.ocs.elasticsearch.prodset
Methods in de.cxp.ocs.elasticsearch.prodset with parameters of type VariantPickingStrategyModifier and TypeMethodDescriptionHeroProductHandler.extractSlices
(org.elasticsearch.action.search.SearchResponse searchResponse, InternalSearchParams internalParams, SearchResult searchResult, VariantPickingStrategy variantPickingStrategy) Extract the hero products into separate ordered slices, that are attached to the searchResult.