Class SearchResponseFacetSortPopulator<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,INDEXED_TYPE_SORT_TYPE,ITEM>
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.populators.SearchResponseFacetSortPopulator<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,INDEXED_TYPE_SORT_TYPE,ITEM>
-
- All Implemented Interfaces:
Populator<SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,SearchQuery,INDEXED_TYPE_SORT_TYPE,SearchResult>,FacetSearchPageData<SolrSearchQueryData,ITEM>>
@Deprecated(since="6.3") public class SearchResponseFacetSortPopulator<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,INDEXED_TYPE_SORT_TYPE,ITEM> extends java.lang.Object implements Populator<SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,SearchQuery,INDEXED_TYPE_SORT_TYPE,SearchResult>,FacetSearchPageData<SolrSearchQueryData,ITEM>>
Deprecated.since 6.3 Sorting is done as a part of theFacetSearchResultFacetsPopulator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classSearchResponseFacetSortPopulator.FacetDataComparatorDeprecated.
-
Constructor Summary
Constructors Constructor Description SearchResponseFacetSortPopulator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpopulate(SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,SearchQuery,INDEXED_TYPE_SORT_TYPE,SearchResult> source, FacetSearchPageData<SolrSearchQueryData,ITEM> target)Deprecated.Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE,INDEXED_PROPERTY_TYPE,SearchQuery,INDEXED_TYPE_SORT_TYPE,SearchResult> source, FacetSearchPageData<SolrSearchQueryData,ITEM> target)
Deprecated.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<FACET_SEARCH_CONFIG_TYPE,INDEXED_TYPE_TYPE>- Parameters:
source- the source objecttarget- the target to fill
-
-