Interface SnSearchProviderMapping
- All Known Implementing Classes:
DefaultSnSearchProviderMapping
public interface SnSearchProviderMapping
Mapping for a specific search provider type.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the item type.Returns the load strategy.Returns the search provider.getType()Returns the type.
-
Method Details
-
getItemType
String getItemType()Returns the item type.- Returns:
- the item type
-
getType
String getType()Returns the type.- Returns:
- the type
-
getLoadStrategy
SnSearchProviderConfigurationLoadStrategy getLoadStrategy()Returns the load strategy.- Returns:
- the load strategy
-
getSearchProvider
SnSearchProvider<AbstractSnSearchProviderConfiguration> getSearchProvider()Returns the search provider.- Returns:
- the search provider
-