Uses of Class
de.hybris.platform.solrfacetsearch.config.SearchConfig
-
Packages that use SearchConfig Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.converters.populator de.hybris.platform.solrfacetsearch.search -
-
Uses of SearchConfig in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return SearchConfig Modifier and Type Method Description static SearchConfigSearchConfigs. createSearchConfig(java.util.List emptyList, int i)SearchConfigFacetSearchConfig. getSearchConfig()Methods in de.hybris.platform.solrfacetsearch.config with parameters of type SearchConfig Modifier and Type Method Description static FacetSearchConfigFacetSearchConfigs. createFacetSearchConfig(java.lang.String name, java.lang.String description, IndexConfig indexConfig, SearchConfig searchConfig, SolrConfig solrConfig)voidFacetSearchConfig. setSearchConfig(SearchConfig searchConfig) -
Uses of SearchConfig in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return SearchConfig Modifier and Type Method Description protected SearchConfigDefaultFacetSearchConfigPopulator. getSearchConfig(SolrSearchConfigModel searchConfigModel)Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SearchConfig Modifier and Type Method Description voidDefaultSearchConfigPopulator. populate(SolrSearchConfigModel source, SearchConfig target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SearchConfig Modifier and Type Method Description voidDefaultFacetSearchConfigPopulator. setSolrSearchConfigConverter(Converter<SolrSearchConfigModel,SearchConfig> solrSearchConfigConverter) -
Uses of SearchConfig in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search with parameters of type SearchConfig Modifier and Type Method Description protected voidSearchQuery. addLegacySorts(SearchConfig searchConfig)
-