Uses of Class
de.hybris.platform.solrfacetsearch.search.CoupledQueryField
-
Packages that use CoupledQueryField Package Description de.hybris.platform.solrfacetsearch.search de.hybris.platform.solrfacetsearch.search.impl -
-
Uses of CoupledQueryField in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type CoupledQueryField Modifier and Type Method Description java.util.List<CoupledQueryField>SearchQuery. getCoupledFields()Methods in de.hybris.platform.solrfacetsearch.search with parameters of type CoupledQueryField Modifier and Type Method Description voidSearchQuery. addCoupledFields(CoupledQueryField field)Adds logically coupled query fields. -
Uses of CoupledQueryField in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type CoupledQueryField Modifier and Type Method Description protected java.util.List<CoupledQueryField>DefaultSolrQueryConverter. includeCatalogVersionFields(SearchQuery searchQuery)Includes the catalogId and catalogVersion query fields in the SOLR query, based on theSearchQuery.getCatalogVersions().Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type CoupledQueryField Modifier and Type Method Description protected java.lang.String[]DefaultSolrQueryConverter. convertCoupledQueryFields(SearchQuery searchQuery, java.util.List<CoupledQueryField> coupledQueryFields)
-