Uses of Class
de.cxp.ocs.SearchContext
-
-
Uses of SearchContext in de.cxp.ocs.elasticsearch
Constructors in de.cxp.ocs.elasticsearch with parameters of type SearchContext Constructor Description ScoringCreator(SearchContext context)Searcher(org.elasticsearch.client.RestHighLevelClient restClient, SearchContext searchContext, io.micrometer.core.instrument.MeterRegistry registry, SearchPlugins plugins) -
Uses of SearchContext in de.cxp.ocs.elasticsearch.facets
Constructors in de.cxp.ocs.elasticsearch.facets with parameters of type SearchContext Constructor Description FacetConfigurationApplyer(SearchContext context) -
Uses of SearchContext in de.cxp.ocs.elasticsearch.prodset
Methods in de.cxp.ocs.elasticsearch.prodset with parameters of type SearchContext Modifier and Type Method Description StaticProductSetDynamicProductSetResolver. resolve(ProductSet dynamicProductSet, int extraBuffer, Searcher searcher, SearchContext searchContext)static StaticProductSet[]HeroProductHandler. resolve(ProductSet[] productSets, Searcher searcher, SearchContext searchContext)Resolve the given product sets into static product sets.StaticProductSetProductSetResolver. resolve(ProductSet set, int extraBuffer, Searcher searcher, SearchContext searchContext)StaticProductSetStaticProductSetResolver. resolve(ProductSet productSet, int extraBuffer, Searcher searcher, SearchContext searchContext) -
Uses of SearchContext in de.cxp.ocs.elasticsearch.query
Constructors in de.cxp.ocs.elasticsearch.query with parameters of type SearchContext Constructor Description FiltersBuilder(SearchContext context) -
Uses of SearchContext in de.cxp.ocs.elasticsearch.query.builder
Constructors in de.cxp.ocs.elasticsearch.query.builder with parameters of type SearchContext Constructor Description ESQueryFactoryBuilder(org.elasticsearch.client.RestHighLevelClient restClient, SearchContext context, Map<String,Supplier<? extends ESQueryFactory>> esQueryFactorySuppliers) -
Uses of SearchContext in de.cxp.ocs.util
Methods in de.cxp.ocs.util with parameters of type SearchContext Modifier and Type Method Description static InternalSearchParamsSearchParamsParser. extractInternalParams(SearchQuery searchQuery, Map<String,String> filters, SearchContext searchContext)
-