Uses of Class
de.hybris.platform.commerceservices.enums.SearchQueryContext
-
-
Uses of SearchQueryContext in de.hybris.platform.commercefacades.search
Methods in de.hybris.platform.commercefacades.search with parameters of type SearchQueryContext Modifier and Type Method Description ProductCategorySearchPageData<SearchStateData,ITEM,CategoryData>ProductSearchFacade. categorySearch(java.lang.String categoryCode, SearchQueryContext searchQueryContext)Initiate a new search in category in a search query context.ProductSearchPageData<SearchStateData,ITEM>ProductSearchFacade. textSearch(java.lang.String text, SearchQueryContext searchQueryContext)Initiate a new search using simple free text query in a search query context. -
Uses of SearchQueryContext in de.hybris.platform.commercefacades.search.data
Methods in de.hybris.platform.commercefacades.search.data that return SearchQueryContext Modifier and Type Method Description SearchQueryContextSearchQueryData. getSearchQueryContext()Methods in de.hybris.platform.commercefacades.search.data with parameters of type SearchQueryContext Modifier and Type Method Description voidSearchQueryData. setSearchQueryContext(SearchQueryContext searchQueryContext) -
Uses of SearchQueryContext in de.hybris.platform.commercefacades.search.solrfacetsearch.impl
Methods in de.hybris.platform.commercefacades.search.solrfacetsearch.impl with parameters of type SearchQueryContext Modifier and Type Method Description ProductCategorySearchPageData<SearchStateData,ITEM,CategoryData>DefaultSolrProductSearchFacade. categorySearch(java.lang.String categoryCode, SearchQueryContext searchQueryContext)ProductSearchPageData<SearchStateData,ITEM>DefaultSolrProductSearchFacade. textSearch(java.lang.String text, SearchQueryContext searchQueryContext) -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.enums
Methods in de.hybris.platform.commerceservices.enums that return SearchQueryContext Modifier and Type Method Description static SearchQueryContextSearchQueryContext. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchQueryContext[]SearchQueryContext. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.search
Methods in de.hybris.platform.commerceservices.search with parameters of type SearchQueryContext Modifier and Type Method Description RESULTProductSearchService. categorySearch(java.lang.String categoryCode, SearchQueryContext searchQueryContext, PageableData pageableData)Initiate a new search in category in a search query context.RESULTProductSearchService. textSearch(java.lang.String text, SearchQueryContext searchQueryContext, PageableData pageableData)Initiate a new search using simple free text query in a search query context. -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.search.solrfacetsearch.data
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.data that return SearchQueryContext Modifier and Type Method Description SearchQueryContextSolrSearchQueryData. getSearchQueryContext()Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.data with parameters of type SearchQueryContext Modifier and Type Method Description voidSolrSearchQueryData. setSearchQueryContext(SearchQueryContext searchQueryContext) -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.search.solrfacetsearch.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.impl with parameters of type SearchQueryContext Modifier and Type Method Description ProductCategorySearchPageData<SolrSearchQueryData,ITEM,CategoryModel>DefaultSolrProductSearchService. categorySearch(java.lang.String categoryCode, SearchQueryContext searchQueryContext, PageableData pageableData)ProductCategorySearchPageData<SolrSearchQueryData,ITEM,CategoryModel>DefaultSolrProductSearchService. textSearch(java.lang.String text, SearchQueryContext searchQueryContext, PageableData pageableData) -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type SearchQueryContext Modifier and Type Method Description protected SolrSearchQueryDataSearchResponseQueryPopulator. buildSearchQueryData(java.lang.String searchText, java.lang.String categoryCode, java.lang.String currentSortCode, java.util.List<IndexedPropertyValueData<IndexedProperty>> indexedPropertyValues, SearchQueryContext searchQueryContext)protected SearchQuerySearchSolrQueryPopulator. createSearchQuery(FacetSearchConfig facetSearchConfig, IndexedType indexedType, SearchQueryContext searchQueryContext, java.lang.String freeTextSearch)protected SearchQuerySearchSolrQueryPopulator. createSearchQueryForLegacyMode(FacetSearchConfig facetSearchConfig, IndexedType indexedType, SearchQueryContext searchQueryContext, java.lang.String freeTextSearch) -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.search.solrfacetsearch.strategies
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.strategies with parameters of type SearchQueryContext Modifier and Type Method Description java.lang.StringSearchQueryTemplateNameResolver. resolveTemplateName(FacetSearchConfig facetSearchConfig, IndexedType indexedType, SearchQueryContext searchQueryContext)Returns the search query template name to be used for a givenSearchQueryContext. -
Uses of SearchQueryContext in de.hybris.platform.commerceservices.search.solrfacetsearch.strategies.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.strategies.impl with parameters of type SearchQueryContext Modifier and Type Method Description java.lang.StringDefaultSearchQueryTemplateNameResolver. resolveTemplateName(FacetSearchConfig facetSearchConfig, IndexedType indexedType, SearchQueryContext searchQueryContext) -
Uses of SearchQueryContext in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper that return SearchQueryContext Modifier and Type Method Description protected SearchQueryContextProductsHelper. decodeContext(java.lang.String searchQueryContext)Methods in de.hybris.platform.ycommercewebservices.v2.helper with parameters of type SearchQueryContext Modifier and Type Method Description protected ProductSearchPageData<SearchStateData,ProductData>ProductsHelper. searchProducts(java.lang.String query, int currentPage, int pageSize, java.lang.String sort, SearchQueryContext searchQueryContext)
-