Uses of Class
de.cxp.ocs.util.InternalSearchParams
-
Packages that use InternalSearchParams Package Description de.cxp.ocs.elasticsearch de.cxp.ocs.elasticsearch.prodset de.cxp.ocs.util -
-
Uses of InternalSearchParams in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch with parameters of type InternalSearchParams Modifier and Type Method Description SearchResultSearcher. find(InternalSearchParams parameters) -
Uses of InternalSearchParams in de.cxp.ocs.elasticsearch.prodset
Methods in de.cxp.ocs.elasticsearch.prodset with parameters of type InternalSearchParams Modifier and Type Method Description static voidHeroProductHandler. extendQuery(MasterVariantQuery searchQuery, InternalSearchParams internalParams)Extend MasterVariantQuery to inject the hero products and boost them to the top.static intHeroProductHandler. extractSlices(org.elasticsearch.action.search.SearchResponse searchResponse, InternalSearchParams internalParams, SearchResult searchResult)Extract the hero products into separate ordered slices, that are attached to the searchResult.static intHeroProductHandler. getCorrectedMinHitCount(InternalSearchParams internalParams)Get minimum hitCount to accept the natural search to have matched anything. -
Uses of InternalSearchParams in de.cxp.ocs.util
Methods in de.cxp.ocs.util that return InternalSearchParams Modifier and Type Method Description static InternalSearchParamsSearchParamsParser. extractInternalParams(SearchQuery searchQuery, Map<String,String> filters, SearchContext searchContext)InternalSearchParamsInternalSearchParams. withFilter(InternalResultFilter filter)InternalSearchParamsInternalSearchParams. withSorting(Sorting sorting)Methods in de.cxp.ocs.util with parameters of type InternalSearchParams Modifier and Type Method Description static URISearchQueryBuilder. toLink(InternalSearchParams params)Constructors in de.cxp.ocs.util with parameters of type InternalSearchParams Constructor Description SearchQueryBuilder(InternalSearchParams params)
-