Uses of Class
de.hybris.platform.solrfacetsearch.search.GroupCommandField
-
Packages that use GroupCommandField Package Description de.hybris.platform.adaptivesearchsolr.listeners de.hybris.platform.solrfacetsearch.search -
-
Uses of GroupCommandField in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return GroupCommandField Modifier and Type Method Description protected GroupCommandFieldSolrAsSearchProfileCalculationListener. createGroupCommandField(AsGroup group)Methods in de.hybris.platform.adaptivesearchsolr.listeners that return types with arguments of type GroupCommandField Modifier and Type Method Description protected java.util.List<GroupCommandField>SolrAsSearchProfileCalculationListener. createGroupCommandFields(AsConfigurationHolder<AsGroup,AsGroup> groupHolder)Method parameters in de.hybris.platform.adaptivesearchsolr.listeners with type arguments of type GroupCommandField Modifier and Type Method Description protected AsConfigurationHolder<AsGroup,AsGroup>SolrAsSearchProfileCalculationListener. convertGroup(AsSearchProfileContext context, java.util.List<GroupCommandField> groupCommands, AsUidGenerator asUidGenerator) -
Uses of GroupCommandField in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type GroupCommandField Modifier and Type Method Description java.util.List<GroupCommandField>SearchQuery. getGroupCommands()Returns group command fields.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type GroupCommandField Modifier and Type Method Description voidSearchQuery. addGroupCommand(GroupCommandField groupCommand)Adds group command field.
-