Class DefaultAsSearchProviderHelper
java.lang.Object
de.hybris.platform.adaptivesearch.strategies.impl.DefaultAsSearchProviderHelper
- All Implemented Interfaces:
AsSearchProviderHelper
Default implementation of
AsSearchProviderHelper.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasFeature(String indexType, String feature) Checks whether a feature is supported or not.voidsetAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)
-
Constructor Details
-
DefaultAsSearchProviderHelper
public DefaultAsSearchProviderHelper()
-
-
Method Details
-
hasFeature
Description copied from interface:AsSearchProviderHelperChecks whether a feature is supported or not.- Specified by:
hasFeaturein interfaceAsSearchProviderHelper- Parameters:
indexType- - the index typefeature- - the feature- Returns:
trueif the feature is supported,falseotherwise
-
getAsSearchProviderFactory
-
setAsSearchProviderFactory
-