Interface AsSearchProviderHelper
- All Known Implementing Classes:
DefaultAsSearchProviderHelper
public interface AsSearchProviderHelper
Helper for search provider related functionality.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasFeature(String indexType, String feature) Checks whether a feature is supported or not.
-
Method Details
-
hasFeature
Checks whether a feature is supported or not.- Parameters:
indexType- - the index typefeature- - the feature- Returns:
trueif the feature is supported,falseotherwise
-