Uses of Interface
de.hybris.platform.solrfacetsearch.search.SearchResultGroup
-
-
Uses of SearchResultGroup in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type SearchResultGroup Modifier and Type Method Description protected AsDocumentDataSolrAsSearchProvider. createDocumentData(SearchResultGroup group) -
Uses of SearchResultGroup in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type SearchResultGroup Modifier and Type Method Description protected ITEMSearchResponseResultsPopulator. convertGroupResultDocuments(SearchQuery searchQuery, SearchResultGroup group) -
Uses of SearchResultGroup in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type SearchResultGroup Modifier and Type Method Description java.util.List<SearchResultGroup>SearchResultGroupCommand. getGroups() -
Uses of SearchResultGroup in de.hybris.platform.solrfacetsearch.search.impl
Classes in de.hybris.platform.solrfacetsearch.search.impl that implement SearchResultGroup Modifier and Type Class Description classSolrSearchResultGroupMethods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type SearchResultGroup Modifier and Type Method Description java.util.List<SearchResultGroup>SolrSearchResultGroupCommand. getGroups()Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type SearchResultGroup Modifier and Type Method Description voidSolrSearchResultGroupCommand. setGroups(java.util.List<SearchResultGroup> groups)
-