Interface AsSearchProviderHelper

All Known Implementing Classes:
DefaultAsSearchProviderHelper

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

    Modifier and Type
    Method
    Description
    boolean
    hasFeature(String indexType, String feature)
    Checks whether a feature is supported or not.
  • Method Details

    • hasFeature

      boolean hasFeature(String indexType, 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