Uses of Class
de.hybris.platform.commerceservices.search.solrfacetsearch.data.IndexedPropertyValueData
-
Packages that use IndexedPropertyValueData Package Description de.hybris.platform.commerceservices.search.solrfacetsearch.data de.hybris.platform.commerceservices.search.solrfacetsearch.populators -
-
Uses of IndexedPropertyValueData in de.hybris.platform.commerceservices.search.solrfacetsearch.data
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.data that return types with arguments of type IndexedPropertyValueData Modifier and Type Method Description java.util.List<IndexedPropertyValueData<INDEXED_PROPERTY_TYPE>>SolrSearchRequest. getIndexedPropertyValues()Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.data with type arguments of type IndexedPropertyValueData Modifier and Type Method Description voidSolrSearchRequest. setIndexedPropertyValues(java.util.List<IndexedPropertyValueData<INDEXED_PROPERTY_TYPE>> indexedPropertyValues) -
Uses of IndexedPropertyValueData in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with type arguments of type IndexedPropertyValueData Modifier and Type Method Description protected java.util.List<BreadcrumbData<SolrSearchQueryData>>SearchResponseBreadcrumbsPopulator. buildBreadcrumbs(SolrSearchQueryData currentSearchQuery, java.util.List<IndexedPropertyValueData<IndexedProperty>> indexedPropertyValues, SearchQuery searchQuery)protected SolrSearchQueryDataSearchResponseQueryPopulator. buildSearchQueryData(java.lang.String searchText, java.lang.String categoryCode, java.lang.String currentSortCode, java.util.List<IndexedPropertyValueData<IndexedProperty>> indexedPropertyValues, SearchQueryContext searchQueryContext)
-