Uses of Class
de.cxp.ocs.model.result.SearchResult
-
Packages that use SearchResult Package Description de.cxp.ocs de.cxp.ocs.api.searcher de.cxp.ocs.client de.cxp.ocs.elasticsearch de.cxp.ocs.elasticsearch.prodset -
-
Uses of SearchResult in de.cxp.ocs
Methods in de.cxp.ocs that return SearchResult Modifier and Type Method Description SearchResultSearchController. arrangedSearch(String tenant, ArrangedSearchQuery searchQuery)SearchResultSearchController. search(String tenant, SearchQuery searchQuery, Map<String,String> filters) -
Uses of SearchResult in de.cxp.ocs.api.searcher
Methods in de.cxp.ocs.api.searcher that return SearchResult Modifier and Type Method Description SearchResultSearchService. arrangedSearch(String tenant, ArrangedSearchQuery searchQuery)SearchResultSearchService. search(String tenant, SearchQuery searchQuery, Map<String,String> filters)Search the index using the given searchQuery. -
Uses of SearchResult in de.cxp.ocs.client
Methods in de.cxp.ocs.client that return SearchResult Modifier and Type Method Description SearchResultSearchClient. arrangedSearch(String tenant, ArrangedSearchQuery searchQuery)SearchResultSearchClient. search(String tenant, SearchQuery searchParams, Map<String,String> filters) -
Uses of SearchResult in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return SearchResult Modifier and Type Method Description SearchResultSearcher. find(InternalSearchParams parameters) -
Uses of SearchResult in de.cxp.ocs.elasticsearch.prodset
Methods in de.cxp.ocs.elasticsearch.prodset with parameters of type SearchResult Modifier and Type Method Description 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.
-