Interface AsSearchProviderHelper

  • All Known Implementing Classes:
    DefaultAsSearchProviderHelper

    public interface AsSearchProviderHelper
    Helper for search provider related functionality.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean hasFeature​(java.lang.String indexType, java.lang.String feature)
      Checks whether a feature is supported or not.
    • Method Detail

      • hasFeature

        boolean hasFeature​(java.lang.String indexType,
                           java.lang.String feature)
        Checks whether a feature is supported or not.
        Parameters:
        indexType - - the index type
        feature - - the feature
        Returns:
        true if the feature is supported, false otherwise