Class SearchFiltersPopulatorTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.populators.SearchFiltersPopulatorTest
-
public class SearchFiltersPopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchFiltersPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,IndexedProperty>populateIndexedProperties()protected SolrSearchRequest<FacetSearchConfig,IndexedType,IndexedProperty,SearchQuery,IndexedTypeSort>populateTarget()voidsetup()voidshouldPopulateDifferentQueryTypes()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldPopulateDifferentQueryTypes
public void shouldPopulateDifferentQueryTypes()
-
populateTarget
protected SolrSearchRequest<FacetSearchConfig,IndexedType,IndexedProperty,SearchQuery,IndexedTypeSort> populateTarget()
-
populateIndexedProperties
protected java.util.Map<java.lang.String,IndexedProperty> populateIndexedProperties()
-
-