Class DefaultAsSearchProviderHelper
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.strategies.impl.DefaultAsSearchProviderHelper
-
- All Implemented Interfaces:
AsSearchProviderHelper
public class DefaultAsSearchProviderHelper extends java.lang.Object implements AsSearchProviderHelper
Default implementation ofAsSearchProviderHelper.
-
-
Constructor Summary
Constructors Constructor Description DefaultAsSearchProviderHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsSearchProviderFactorygetAsSearchProviderFactory()booleanhasFeature(java.lang.String indexType, java.lang.String feature)Checks whether a feature is supported or not.voidsetAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)
-
-
-
Method Detail
-
hasFeature
public boolean hasFeature(java.lang.String indexType, java.lang.String feature)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
public AsSearchProviderFactory getAsSearchProviderFactory()
-
setAsSearchProviderFactory
public void setAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)
-
-