Class DefaultAsSearchProviderHelper

java.lang.Object
de.hybris.platform.adaptivesearch.strategies.impl.DefaultAsSearchProviderHelper
All Implemented Interfaces:
AsSearchProviderHelper

public class DefaultAsSearchProviderHelper extends Object implements AsSearchProviderHelper
Default implementation of AsSearchProviderHelper.
  • Constructor Details

    • DefaultAsSearchProviderHelper

      public DefaultAsSearchProviderHelper()
  • Method Details

    • hasFeature

      public boolean hasFeature(String indexType, String feature)
      Description copied from interface: AsSearchProviderHelper
      Checks whether a feature is supported or not.
      Specified by:
      hasFeature in interface AsSearchProviderHelper
      Parameters:
      indexType - - the index type
      feature - - the feature
      Returns:
      true if the feature is supported, false otherwise
    • getAsSearchProviderFactory

      public AsSearchProviderFactory getAsSearchProviderFactory()
    • setAsSearchProviderFactory

      public void setAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)