Class DefaultAsSearchProviderHelper

    • Constructor Detail

      • DefaultAsSearchProviderHelper

        public DefaultAsSearchProviderHelper()
    • Method Detail

      • hasFeature

        public boolean hasFeature​(java.lang.String indexType,
                                  java.lang.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
      • setAsSearchProviderFactory

        public void setAsSearchProviderFactory​(AsSearchProviderFactory asSearchProviderFactory)